To complie:

1.	./configure

	To configure stars to install in a prefix other than /usr/local :

	/configure --prefix=<other prefix>

	Usually <other prefix> will be something like:

		/usr
		/opt
		/home/yourlogin

2.	make

	Make will compile code, download lots of data with "wget", and
		make that data useful.  To prevent a second large download,
		save the following files from a previous installation:

		abell.dat zwicky.dat acrs1.dat acrs2.dat yale.dat rc3.dat 
		oc_catalog.dat gc_catalog.dat pn_diam.dat pn_catalog.dat 

	I am working on a cleaner solution than this.

3.	make install

	You may need elevated priviliges for this.

	The executable is <prefix>/bin/stars
	Data files now live in <prefix/share/stars/

4.	<prefix>/bin/stars

	This runs the program.  if <prefix>/bin/ is in your path, you can
	start it with

	stars


5.	Enjoy and submit bugs!
