Introduction - If you have any usage issues, please Google them yourself
		 
Written by Neil Richardson, 2006.
Just some brief instructions on building.
Linux building:
---------------
make:
	Will make the program, and stick it all into "./dist"
	
make clean:
	Will clean out the objects in the src folder
	
make distclean:
	Will empty out the dist folder
	
make install:
	Installs to the path specified in the Makefile.
make uninstall:
	Will uninstall from the folder specified.
Windows building:
-----------------
Open up the solution in the  vcnet  folder, and just build.
The program will be in the  dist  folder, with the effects correctly in the  dist/effects  folder.
All ready to go from there!