From a0e25ce83aae0dbc0c6eb60aa810548a555b6654 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 1 Nov 2005 11:35:17 +0000 Subject: [PATCH] Added INSTALL file. --- INSTALL | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 INSTALL diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..5661076 --- /dev/null +++ b/INSTALL @@ -0,0 +1,31 @@ +Installation Instructions +************************* + +If you plan to use the packages dowload feature of jhalfs and +your host system use a md5sum program that don't accept - as +filename, like the one shipped with Debian 3.1 stable, apply +the included patch issuing: + +patch -Np0 < jhalfs-0.2-debian_31_as_host-1.patch + +To install jhalfs issue as root: + +make + +That will install the jhalfs script under /usr/bin, the +configuration file under /etc/jhalfs, and the stylesheet, +functions and README files under /usr/share/jhalfs. + +To cunstomize the installation locations, the next environment +variables can be used: + +BIN=/some/path Define where the jhalfs script will be + installed +CONFIG=/some/path Define where the configuration file will be + installed +DATA=/some/path Define where the additional files will be + installed + +For example, to install the program and files in the root's home: + +make BIN=/root/bin CONFIG=/root/jhalfs DATA=/root/jhalfs