------------------------------------------------------------------
  In this file:
------------------------------------------------------------------
* About KMOSP
* Prerequisites
* Installation
* Reporting Bugs

------------------------------------------------------------------
  About KMOSP
------------------------------------------------------------------
This is the KMOS data reduction pipeline.
It provides recipes to calibrate all taken exposures as well as
recipes to do simple and advanced image processing.

------------------------------------------------------------------
  Prerequisites
------------------------------------------------------------------
- CPL 6.3.1 or higher   (see http://www.eso.org/observing/cpl/)
- ANSI-C compiler
- UNIX Sh-Shell

------------------------------------------------------------------
  Installation
------------------------------------------------------------------
To install this library, THE FIRST thing is to decide where it shall be
installed, on a VLT machine or under a standard UNIX environment.

1.) VLT Installation
On a VLT machine, run the commands below (for detailed information please refer
to the user manual):

 $ make
 $ make install

2.) UNIX Installation
On a UNIX machine or under a compatible environment, run the commands below (for
detailed information please refer to the user manual):

 $ ./configure --prefix=<install-directory>
 $ make
 $ make install

Optionally, if the HTML reference manual should be created, execute also

 $ cd doxygen
 $ make html

Finally, if the KMOSP was not installed in one of the standard system
directories do not forget to add the location of the KMOSP library to
your LD_LIBRARY_PATH variable or the equivalent for your system.

On MacOSX the CPL could only be compiled with gcc4.4
- sudo port install gcc44
- alias gcc /opt/local/bin/gcc-mp-4.4


------------------------------------------------------------------
  Reporting Bugs
------------------------------------------------------------------
Please report any bugs to the ESO SPR system.

