Installation 
##############################

In order to install this program simply copy the appropriate binary from 
the bin directory to a directory somewhere into your path and run it 
from the command-line.

If you want to calculate BLS cross sections you must also install an 
additional program available at:
http://juwel.fz-juelich.de:8080/dspace/handle/2128/2605
The binary of the latter program (at the moment Linux only) must be 
installed as "yeh-moke-0.15" into the path.

Compilation:
##############################

Tested with gcc on gnu-linux (i386 and ppc, with libc5 and libc6),
Digital UNIX V4 on alpha with libc5, Mac-OSX, DOS with djgpp gcc-compiler, 
MS-windows with cygwin gcc-compiler.

- You need the "Numerical Recipes in C, 2nd Edition" 
  available from www.nr.com (not free you need a licence to compile or own it).
  Place the needed files (zrhqr.c balanc.c hqr.c zbrent.c svdcmp.c pythag.c) 
  into a subdirectory called "NR-2ndEdition". 
  then run "make numrec_patch". 

- Run "make clean; make"

- If you want to compile under native DOS you need to modify all filenames,
  directories and the Makefiles in order to comply with the 8+3-name-convention.
  This procedure is however not needed if you compile on windows>=95 
  from inside the DOS-box.

