source: trunk/INSTALL @ 25

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

Fixed some *BSD installation issues. (I think.)

  • Property svn:keywords set to Id
File size: 953 bytes
RevLine 
[20]1RegLookup Installation
2======================
3
[25]4Prerequisites
5-------------
[20]6
[25]7This package doesn't require much for installation.  Just what typically
8comes with any free operating system.  Be sure you have:
9
10 - GNU Make
11 - GCC
12
13
[20]14Survival Commands
15-----------------
16
17make
18# and as root
19make install
20
[25]21If GNU Make isn't your default, you may need to run `gmake' instead.
[20]22
[25]23
[20]24Advanced Installation
25---------------------
26To install in a custom directory, simply change one or more of the
27following make variables to suit your needs:
28
29 PREFIX      Top level install directory.  Used as base for rest unless
30             they too are overridden. (This defaults to /usr/local)
31
32 BIN_PREFIX  Location for executable programs to be installed.
33
34 DOC_PREFIX  Location for documentation.
35
36 MAN_PREFIX  A path in the MANPATH.
37
38
39Use the following syntax (with GNU Make) to override a variable:
40
41# as root
42make VAR=value install
43
44
45For more information, see the Makefiles.
Note: See TracBrowser for help on using the repository browser.