FMS follows the generic installation procedure.

I) configure
Type ./configure --help to see the configure options; typically, it should be all right without any options

II) make targets
There are several programs which are part of the FMS package. A simple
	make
will build the most common tools. You will require libSDL and libSDL_gfx; if these are not available on your system try
	make subX
to only build the non-graphical tools.

For a complete set of all examples and tools try
	make complete

III) installation
As root, type
	make install

You may uninstall fms again by running
	make uninstall

Please _do_ _read_ _the_ _manpages_ and do not hesitate to mail any questions concerning the usage of fms, bugs, feature requests, pleads for help etc. to me <daniel_gruen@web.de>.
