Compiling SLiRP
---------------

To compile SLiRP, all you need to do is cd into the src directory and type
make <OS> where <OS> is the Operating System you are compiling under.  (just
type "make" for a list of Operating Systems currently supported).

If you don't have gcc, uncomment the 2 lines in the Makefile that define
-DANSI.  There are a lot of non-ANSI things in SLiRP which will probably
never be removed (like the bitfeild argument to variable declarations), but
most (some?) ANSI-C compilers will handle it. *shrug*  Good luck.

Also, you might want to edit src/h/config.h to change the paramaters there
to suit your needs.

That's it.  If you have problems e-mail me at danjo@blitzen.canberra.edu.au.
