#################################################
xcrvfit README.install (Jun 8, 2007)
#################################################


Mac osx aqua:

	Just move the xcrvfit.app directory into /Applications
	and double click to start it. 

Linux, solaris, or X11 on mac osx:

	- untar the download file if your browser has not already done so
		(eg, tar xvf xcrvfit-v4.0.12-build.tar)

	- Decide where you want to install xcrvfit
		(eg, /usr/local/xcrvfit).

	- Run the Install script from a terminal window.
		(eg, cd xcrvfit-v4.0.12.build; ./Install)

	- You should then add an alias line to your .cshrc or .tcshrc which
	indicates where to find xcrvfit. For example, if I install xcrvfit
	in my home directory that line would look similar to below:

		alias xcrvfit /home/rbo/xcrvfit-v4.0.12/bin/xcrvfit

Important Notes!
****************

1) It is assumed your operating system is supporting tcl/tk. Older systems
may not have this support but you can find/download it easily from the
internet. If you type "wish" in a terminal window and get "command not found"
then you will need to address this issue first before trying xcrvfit.

2) To save xcrvfit plots in png/tiff format you may also need to install the
tcl Img package. On my machine, I get this functionality by using an
enhanced version of tcl called activetcl which is available on the internet.
You will need to download and install this package.