First install everything listed in the Dependencies file, using your
distribution's packaging tool if possible.

You can install frocor by either seperately compiling + installing every 
component or by using the global Makefile in this directory.

1.) installing every component individually
	
	Simply cd into every directory and read the INSTALL file there.


2.) installing using the global Makefile
	In the base directory, just run:

	make
	su
	make install

	(or make install as root)

	if you'd like to change the directory the frocor components are installed in,
	run:

	make DESTDIR=/your/favourite/prefix
	su
	make install DESTDIR=/your/favourite/prefix

	(note that frocor-player and fms-dev use configure scripts and thus need an
	absolute path).

	You can also pass arguments to the configure scripts of frocor-player and fms-dev
	by running

	make OPTIONS=--configure-option

	However this is experimental, so it's safer to run the configure scripts
	before making the global Makefile.

	Be sure to have the QTDIR environment variable set correctly if you use the
	global Makefile to configure frocor-player, as otherwise the build process
	of frocor-player might fail.



