#############################################################################
#  Written 1994++ by Peter Boesecke                                         #
#  Copyright (C) 2011 European Synchrotron Radiation Facility               #
#                        Grenoble, France                                   #
#                                                                           #
#     Principal authors: Peter Boesecke  (boesecke@esrf.eu)                 #
#                                                                           #
#     This program is free software: you can redistribute it and/or modify  #
#     it under the terms of the GNU General Public License as published by  #
#     the Free Software Foundation, either version 3 of the License, or     #
#     (at your option) any later version.                                   #
#                                                                           #
#     This program is distributed in the hope that it will be useful,       #
#     but WITHOUT ANY WARRANTY; without even the implied warranty of        #
#     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         #
#     GNU General Public License for more details.                          #
#                                                                           #
#     You should have received a copy of the GNU General Public License     #
#     along with this program.  If not, see <http://www.gnu.org/licenses/>. #
#############################################################################
2007-03-09 boesecke@esrf.fr
The following three folders contain the program code:

  edfpack:  library routines to access ESRF-data format (edf) files
  saxspack: library routines for 2d saxs data reduction
  src:      saxs data reduction utilities

  makefile:    GNU makefile
  makewin.bat: WINDOWS batch file

The saxs package can be compiled in the following ways:

  UNIX, LINUX, CYGWIN:
	The GNU C-compiler needs to be installed.
	Use the makefile in the directory saxs/. Type "make"
	The executables are written to the folder saxs/bin/<systemtype>/
	with <systemtype> := SUN | LINUX | CYGWIN

	Alternatively, go into the directory saxs/src and type
	"x_all_gcc" or "source x_all_gcc"
	The executables are written to the folder saxs/bin/

  WINDOWS:
	The LCC C-compiler needs to be installed. 
        (http://www.cs.virginia.edu/~lcc-win32)
	Go to the directory saxs and run the batch file makewin.bat 
	from the command line or by double clicking on it.

	The executables are written to the folder saxs/bin/WIN
	
  
