Currently, GMPAda should install on an linux-like system with the GNAT
compiler.  Of course, you'll also need the GMP and MPFR libraries
installed.

------- INSTALL -------

Uncompress the archive and enter the main source directory.

Edit the top of the Makefile. You must at least set the DESTDIR
variable.  You may adapt the other directories to your local policy
concerning Ada system-wide packages too.

Then type (without the dollar symbol)

$ make

and as root

$ make install

--------- UNINSTALL ---------

Uninstall the older version with

$ make uninstall

--------- UPGRADE ----------

Uninstall then install the new one. I know it'crude.
