source:
trunk/INSTALL@
20
Last change on this file since 20 was 20, checked in by , 20 years ago | |
---|---|
File size: 703 bytes |
Line | |
---|---|
1 | RegLookup Installation |
2 | ====================== |
3 | |
4 | |
5 | Survival Commands |
6 | ----------------- |
7 | |
8 | make |
9 | # and as root |
10 | make install |
11 | |
12 | |
13 | Advanced Installation |
14 | --------------------- |
15 | To install in a custom directory, simply change one or more of the |
16 | following make variables to suit your needs: |
17 | |
18 | PREFIX Top level install directory. Used as base for rest unless |
19 | they too are overridden. (This defaults to /usr/local) |
20 | |
21 | BIN_PREFIX Location for executable programs to be installed. |
22 | |
23 | DOC_PREFIX Location for documentation. |
24 | |
25 | MAN_PREFIX A path in the MANPATH. |
26 | |
27 | |
28 | Use the following syntax (with GNU Make) to override a variable: |
29 | |
30 | # as root |
31 | make VAR=value install |
32 | |
33 | |
34 | For more information, see the Makefiles. |
Note:
See TracBrowser
for help on using the repository browser.