summaryrefslogtreecommitdiff
path: root/INSTALL
blob: e5f0064e396228ee606478e4c2dc51ba5fae6c97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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 $