CERNLIB MCLIBS INSTALLATION

To install:

1) Install the main CERN libraries (packlib, mathlib, etc.)

2) from the top-level CERNLIB source directory:
   cp debian/add-ons/Makefile .

3) Then:

Debian GNU/Linux
----------------
To produce Debian packages:

$ fakeroot debian/rules binary
[wait a couple hours]
$ sudo dpkg -i ../*.deb

Other Linux, Unix or Mac OS X
-----------------------------

$ make prefix=/usr/local sysconfdir=/etc
[wait a couple hours]
sudo make prefix=/usr/local sysconfdir=/etc install

PREREQUISITES

- On Debian GNU/Linux, have the following packages and their dependencies
  installed (CERNLIB packages must have been built with gfortran):

  dpatch, patch, mawk (or gawk), xutils (for imake), debhelper, gfortran,
  cfortran, cernlib-base, libmathlib2-dev, tetex-bin, fakeroot, build-essential

- On other distributions, translate package names to suit.
