INSTALLATION

	-Unpack the itk archive:
		tar xzvf itk-0.0.14.tar.gz
			-or-
		gzip -dc itk-0.0.14.tar.gz | tar xvf -

	-Edit the Makefile and make sure the "INSTDIR" and everything else
	 there is appropriate.

	-Compile source:
		make

	-Install programs (must be root):
		make install
