source: INSTALL@ a0e25ce

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

Added INSTALL file.

  • Property mode set to 100644
File size: 1011 bytes
Line 
1Installation Instructions
2*************************
3
4If you plan to use the packages dowload feature of jhalfs and
5your host system use a md5sum program that don't accept - as
6filename, 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
11To install jhalfs issue as root:
12
13make
14
15That will install the jhalfs script under /usr/bin, the
16configuration file under /etc/jhalfs, and the stylesheet,
17functions and README files under /usr/share/jhalfs.
18
19To cunstomize the installation locations, the next environment
20variables can be used:
21
22BIN=/some/path Define where the jhalfs script will be
23 installed
24CONFIG=/some/path Define where the configuration file will be
25 installed
26DATA=/some/path Define where the additional files will be
27 installed
28
29For example, to install the program and files in the root's home:
30
31make BIN=/root/bin CONFIG=/root/jhalfs DATA=/root/jhalfs
Note: See TracBrowser for help on using the repository browser.