-------
COMPILE

	To compile:

	# ./configure <os_name>
	# make all


-------
INSTALL

	If the compile was successful, then you can install with

	# su
	(enter password)
	# make install
