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
|
Line | |
---|
1 | Installation Instructions
|
---|
2 | *************************
|
---|
3 |
|
---|
4 | If you plan to use the packages download feature of jhalfs and
|
---|
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:
|
---|
8 |
|
---|
9 | patch -Np0 < jhalfs-0.2-debian_31_as_host-1.patch
|
---|
10 |
|
---|
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:
|
---|
15 |
|
---|
16 | make install
|
---|
17 |
|
---|
18 | That will install the jhalfs script under /usr/bin, the
|
---|
19 | configuration file under /etc/jhalfs, and the style sheet,
|
---|
20 | functions, README, and LICENSE files under /usr/share/jhalfs.
|
---|
21 |
|
---|
22 | To customize the installation locations, the following environment
|
---|
23 | variables can be used:
|
---|
24 |
|
---|
25 | BIN=/some/path Define where the jhalfs script will be
|
---|
26 | installed
|
---|
27 |
|
---|
28 | CONFIG=/some/path Define where the configuration file will be
|
---|
29 | installed
|
---|
30 |
|
---|
31 | DATA=/some/path Define where the additional files will be
|
---|
32 | installed
|
---|
33 |
|
---|
34 | For example, to install the program and files into root's home:
|
---|
35 |
|
---|
36 | make BIN=/root/bin CONFIG=/root/jhalfs DATA=/root/jhalfs
|
---|
Note:
See
TracBrowser
for help on using the repository browser.