source: trunk/INSTALL @ 22

Last change on this file since 22 was 22, checked in by tim, 19 years ago

Added Id property expansion.

  • Property svn:keywords set to Id
File size: 703 bytes
Line 
1RegLookup Installation
2======================
3
4
5Survival Commands
6-----------------
7
8make
9# and as root
10make install
11
12
13Advanced Installation
14---------------------
15To install in a custom directory, simply change one or more of the
16following 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
28Use the following syntax (with GNU Make) to override a variable:
29
30# as root
31make VAR=value install
32
33
34For more information, see the Makefiles.
Note: See TracBrowser for help on using the repository browser.