source: INSTALL@ 3b069e9

1.0 2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since 3b069e9 was 3b069e9, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Small typo

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