
The following steps are required to build and install the chart program:

	Obtain, build, and install a copy of the Gtk+ package.  This
	is available from www.gimp.org/gtk, and everywhere that fine
	software products are carried.

	tar xzf chart-1.0.tar.gz
	cd chart-1.0
	make
		To extract all files and build the chart executable.

	./chart -f chart.conf
		To test the basic operation of the chart program.

	strip chart
		To reduce the size of the executable by nuking 
		the symbol table information.

	mv chart /usr/local/bin/
		Or wherever you keep locally generated executables.

	chown root.root /usr/local/bin/chart
	chmod 755 /usr/local/bin/chart
		Or whatever local security policy dictates.

	cp chart.conf /etc/
		To provide a default chart configuration file.  
		Hack /etc/chart to taste.

Individual users can override the default chart.conf file by creating
their own $HOME/.chart.conf file.

There are no bothersome man, info, or other documentation files to
worry about, but if you like you can copy the README file to somewhere
reasonable, such as /usr/local/doc/chart.README.
