

Compilation/Installation instructions for NIL


-( COMPILE )-

First cd to the directory where you have the source.
$ cd /tmp/nil

Make sure you have the file 'Makefile' in the directory.
$ ls Makefile

If it exists, compile the source by typing 'make'.
$ make

If all goes right, you end up with a binary file called
'nil'. type './nil' to execute it.


-( INSTALL )-

To install the binarys, just type 'make install' after you
have compiled it.
The binary will be copied to /usr/local/bin.


David Tuvin (tuvin@gmx.net)
