diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -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 $ |