From 024f069d1f0feb3ecb2eea6b1443536defb01f35 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 7 May 2007 02:05:54 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches. --- INSTALL | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..e5f0064 --- /dev/null +++ b/INSTALL @@ -0,0 +1,34 @@ + +Requirements +============ + +- an ANSI C compiler +- a BSD, UNIX, GNU/Linux, or POSIX like operating system/environment for the + Makefile (though it may work elsewhere OK too). The features used are: + + * POSIX terminal interface + * POSIX threads + * UNIX serial IO ioctls + + +Building +======== + +This program does not unfortunately use the configure script, but I have been +careful to write is as portably as possible. + +To build the software, type the following: + + cd src + make depend + make + +This will output the executable atarisio. Copy this to whereever you like to +keep your binaries. + +There is an example config file in the src directory called siorc.example. +Copy this to ~/.siorc and edit as required. + + +------------------------------------------------------------------------------- +$Id: INSTALL,v 1.1.1.1 2007-05-07 02:05:54 ianc Exp $ -- cgit v1.2.3