This software depends on two main packages.

1) If your system has a recent version of gmp (>=4.1), _and_ you have
the development files, then you can skip this step otherwise

    make gmp

should download and compile an appropriate version.

2) You need the source (not just binaries) for David Avis's lrslib package.

   make lrs-fetch 

will download them for you. Alternatively if you already have a copy, you 
can edit the Makefile to point LRSDIR to the appropriate place.

3) Finally, run

   make

   to build the binary "margin"

David Bremner
bremner@unb.ca

