1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
GMPAda should compile on any linux-like system with the GCC/GNAT
compiler. Of course, you'll also need the GMP library installed.
------- INSTALL -------
Uncompress the archive and enter the main source directory.
Read the top of the Makefile to know which variable you may
override. If set in the environment, CPPFLAGS, CFLAGS, ADAFLAGS and
LDFLAGS will be detected.
Then type (without the dollar symbol)
$ make VARIABLE=value etc
and (as root)
$ make install VARIABLE=value etc
After that, you may want to gain space with
$ make clean VARIABLE=value etc
--------- UNINSTALL ---------
Uninstall the older version with (as root)
$ make uninstall VARIABLE=value etc
--------- UPGRADE ----------
Uninstall then install the new one. I know it's crude.
|