                             ====================
			     SunSort version 4.08
                             ====================

This version is intended for use with SPARC workstations running SOLARIS 2.4
or higher.

sunsort directories:

	ansitp_dir 	ANSI tape utility
	buffit_dir	BUFFIT for display_1d
	calc_xvgr_dir	other display_1d calculations
	display_1d	1d display process
	display_2d	2d display process
	make_tools	sunsort makesort utilities
	man		help information
	peakfind_dir	peak find program
	slicing 	2d slicing program
	sort-spy	ethernet reading package
        sort-subs       Analysis subroutines (Experimental)
	sunsort_gui	GUI for sunsort
	sunsort_lib	library for user's sort process
	sunsort_src	sunsort source
	test_sort	test sort files
	utilities	miscellaneous useful stuff

Please see the files CHANGES and NEWS for details of the recent changes to
Sunsort.

Installation program:

	./sort-install [-g] [-P] -c [sunsort directory names]
		[makevariable=value]

	-c cleans up sunsort release
	-g force use of gcc rather than cc
	-P make profile libraries

To install:

	cd /wherever/you/put/sunsort
	./sort-install

when you are happy sunsort is running ok, you may also want to do

	./sort-install -c

to remove the intermediate files generated during the make (such as .o
files). This will save about 8MB of disk space.

To use:

	set path = ( /wherever/someone/has/installed/sunsort $path)
	sunsort

the set path line can go in your .cshrc file.
