                             ====================
                             SunSort version 4.06
                             ====================

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
	next-generation :- (Experimental)
	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

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

installation program:

	sort-install

	Usage: sort-install [-p] [-u] [-d destination] [-s source]
		             -c [sunsort directory names]

		-p tars sunsort  ... must specify destination and source 
		-u untars sunsort ... must specify destination and source 
		-c cleans up sunsort release
		-d destination directory/file
		-s source directory/file

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.
