The basic installation instructions are as follows.  More detailed information is available on the website.

While I have tried to ensure the safety of these scripts, they could become damaging under differing conditions.


To view the environment and dependencies:
	"make echo"

To remove previously built files and start afresh:
	"make clean"

To build the required interface and resource files:
	"make all"

To copy the program files to their user-specific or system-wide locations:
	"make install-user" or "sudo make install"

To remove the program files from their user-specific or system-wide locations:
	"make uninstall-user" or "sudo make uninstall"
