source: INSTALL@ 53153f8

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

Typo fixes.

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