File: INSTALL

package info (click to toggle)
libgmpada 1.6-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 452 kB
  • sloc: ada: 4,934; makefile: 132; ansic: 55; sh: 15; sed: 11
file content (32 lines) | stat: -rw-r--r-- 763 bytes parent folder | download | duplicates (4)
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.