Compiling the csDoom server under Linux/FreeBSD
-----------------------------------------------

Get and install nasm from http://www.halyava.ru/fly/nasm-0.98-1.i386.rpm
(for linux) or from http://www.web-sites.co.uk/nasm/ (if you're compiling under
FreeBSD).
Once nasm is installed, edit the Makefile as necessary, then run "make" in 
the /doomsv directory.

To compile the master server, enter /master directory and type:
g++ master.cpp i_net.cpp -o master -s