Check that you are happy with the settings in slid_config.h and the Makefile,
then just run "make" and "make install".  To build using diet libc, do "make
build_mode=diet all install".

You now need libowfat to build this daemon.  You can download it from
http://www.fefe.de.  Change the Makefile to ensure that the paths are correct.
I have two versions of libowfat built so that I can use either a libc-linked or
a dietlibc version.  To each his own.  If you get a stream of errors when
trying to compile, you need to tell the make process where your include
filesles and libraries for libowfat live.  You do this by doing:

make INCLUDES='-I/opt/libowfat/include' LIBDIRS='-L/opt/libowfat/lib' all

"normal_build" and "diet_build" scripts are included for lazy people who happen
to have exactly the same directory layout as I.

Any problems, please mail Sean Hunter <sean@uncarved.com>
