diff options
author | Ian C <ianc@noddybox.co.uk> | 2007-05-07 02:05:54 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2007-05-07 02:05:54 +0000 |
commit | 024f069d1f0feb3ecb2eea6b1443536defb01f35 (patch) | |
tree | fd108ce1dcc82fe14029db250f4505ea7f4321ff /INSTALL | |
parent | c657944c91fae5f581839912cb0a55bee84c9278 (diff) |
which included commits to RCS files with non-trunk default branches.
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 $ |