1.0
2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since 5adc3fd was 8778e1e, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago |
Small typo
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[a0e25ce] | 1 | Installation Instructions
|
---|
| 2 | *************************
|
---|
| 3 |
|
---|
[53153f8] | 4 | If you plan to use the packages download feature of jhalfs and
|
---|
[527d773] | 5 | your host system uses a md5sum program that doesn't accept '-'
|
---|
| 6 | as a file name, like the one shipped with Debian 3.1 stable,
|
---|
| 7 | apply the included patch, issuing:
|
---|
[a0e25ce] | 8 |
|
---|
| 9 | patch -Np0 < jhalfs-0.2-debian_31_as_host-1.patch
|
---|
| 10 |
|
---|
[53153f8] | 11 | jhalfs can be used directly from the sources directory, or
|
---|
| 12 | installed system-wide.
|
---|
| 13 |
|
---|
| 14 | To install jhalfs system-wide issue as root:
|
---|
[a0e25ce] | 15 |
|
---|
[527d773] | 16 | make install
|
---|
[a0e25ce] | 17 |
|
---|
| 18 | That will install the jhalfs script under /usr/bin, the
|
---|
[53153f8] | 19 | configuration file under /etc/jhalfs, and the style sheet,
|
---|
[8778e1e] | 20 | functions, README, and LICENSE files under /usr/share/jhalfs.
|
---|
[a0e25ce] | 21 |
|
---|
[527d773] | 22 | To customize the installation locations, the following environment
|
---|
[a0e25ce] | 23 | variables can be used:
|
---|
| 24 |
|
---|
| 25 | BIN=/some/path Define where the jhalfs script will be
|
---|
| 26 | installed
|
---|
[527d773] | 27 |
|
---|
[a0e25ce] | 28 | CONFIG=/some/path Define where the configuration file will be
|
---|
| 29 | installed
|
---|
[527d773] | 30 |
|
---|
[a0e25ce] | 31 | DATA=/some/path Define where the additional files will be
|
---|
| 32 | installed
|
---|
| 33 |
|
---|
[527d773] | 34 | For example, to install the program and files into root's home:
|
---|
[a0e25ce] | 35 |
|
---|
| 36 | make BIN=/root/bin CONFIG=/root/jhalfs DATA=/root/jhalfs
|
---|
Note:
See
TracBrowser
for help on using the repository browser.