GMPAda should compile on any linux-like system with the GCC/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 check the DESTDIR
variable.

Then type (without the dollar symbol)

$ make

and (as root)

$ make install

After that, you may want to gain space with

$ make clean

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

Uninstall the older version with (as root)

$ make uninstall

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

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