Last change
on this file since 251 was
246,
checked in by tim, 14 years ago
|
cleanups and updated installation documentation
|
-
Property svn:keywords set to
Id
|
File size:
1.0 KB
|
Line | |
---|
1 | RegLookup Installation |
---|
2 | ====================== |
---|
3 | |
---|
4 | Prerequisites |
---|
5 | ------------- |
---|
6 | |
---|
7 | RegLookup and its associated libraries have the following build dependencies: |
---|
8 | |
---|
9 | - SCons (package "scons" in most popular distributions or from http://www.scons.org/) |
---|
10 | - GCC |
---|
11 | - talloc 2.x (under Debian, "libtalloc2" and "libtalloc-dev") |
---|
12 | - Python 2 (2.6+) or Python 3 (Python is required for SCons anyway) |
---|
13 | - Doxygen (optional, only needed to build developer documentation) |
---|
14 | |
---|
15 | Note that iconv support is required, as specified in IEEE Std 1003.1 |
---|
16 | (POSIX.1-2001). Some platforms still do not contain support for this |
---|
17 | natively, in which case you may need to install libiconv from: |
---|
18 | http://www.gnu.org/software/libiconv/ |
---|
19 | |
---|
20 | |
---|
21 | Survival Commands |
---|
22 | ----------------- |
---|
23 | |
---|
24 | scons |
---|
25 | # and as root |
---|
26 | scons install |
---|
27 | |
---|
28 | |
---|
29 | Advanced Installation |
---|
30 | --------------------- |
---|
31 | By default, most RegLookup files are installed in the appropriate |
---|
32 | directories under /usr/local. In order to override this behavior, set |
---|
33 | the PREFIX environment variable to the desired path. For example: |
---|
34 | |
---|
35 | $ PREFIX=/home/myuser/reglookup scons install |
---|
Note: See
TracBrowser
for help on using the repository browser.