Last change
on this file since 213 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
|
Line | |
---|
1 | RegLookup Installation |
---|
2 | ====================== |
---|
3 | |
---|
4 | Prerequisites |
---|
5 | ------------- |
---|
6 | |
---|
7 | This package doesn't require much for installation. Just what typically |
---|
8 | comes with any free operating system. Be sure you have: |
---|
9 | |
---|
10 | - GNU Make |
---|
11 | - GCC |
---|
12 | |
---|
13 | |
---|
14 | Survival Commands |
---|
15 | ----------------- |
---|
16 | |
---|
17 | make |
---|
18 | # and as root |
---|
19 | make install |
---|
20 | |
---|
21 | If GNU Make isn't your default, you may need to run `gmake' instead. |
---|
22 | |
---|
23 | |
---|
24 | Advanced Installation |
---|
25 | --------------------- |
---|
26 | To install in a custom directory, simply change one or more of the |
---|
27 | following 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 | |
---|
39 | Use the following syntax (with GNU Make) to override a variable: |
---|
40 | |
---|
41 | # as root |
---|
42 | make VAR=value install |
---|
43 | |
---|
44 | |
---|
45 | For more information, see the Makefiles. |
---|
Note: See
TracBrowser
for help on using the repository browser.