-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
39 lines (22 loc) · 900 Bytes
/
INSTALL
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
33
34
35
36
37
38
Gnoga can be installed as a gcc/ada standard library on many platforms and
can always be used from its own directory.
## As a Standard gcc/ada library:
1) To install release version:
make release
sudo make install
gnoga_make will also be installed in to the gcc/ada bin directory. Make sure to
check the permission on the gnoga_make executable as some versions of gprinstall
fail to correctly change permissions to execute for all users.
## Using from Gnoga's own directory:
### Gnoga _does not_ require installation, it is a convenience feature.
To use without installing:
make release
gnoga_make is found in the bin directory.
In your gpr file use:
with "/path/to/gnoga/src/gnoga.gpr" instead of with "gnoga"
and add this option to your grpbuild: -aP /path/to/gnoga/build/share/gpr
2) To install debug version:
make
sudo make install_debug
To use without installing, just do:
make