diff options
author | Nick White <arch@njw.me.uk> | 2007-02-28 17:51:46 +0000 |
---|---|---|
committer | Nick White <arch@njw.me.uk> | 2007-02-28 17:51:46 +0000 |
commit | 877096c9f399e6a12c48f792f5896c04cf338acb (patch) | |
tree | a13331383a0a269cfe26a2783ec551f1b3ef1166 /INSTALL |
Initial importmaster--base-0
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--base-0
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +The project is too small to warrent autoconf or anything else complex, +so simply use the makefile provided to compile and install the software +from source. + +For a default install all that is needed is the following: + +1. Decompress/archive the project file: + tar -xzf getht-<version>.tar.gz +or + tar -xyf getht-<version>.tar.bz2 + +2. Change to hdte directory: + cd getht-<version> + +3. Run make to compile the source: + make + +4. Use make again to install it (you'll need to have root privilages): + make install + +For further build options, see the output of "make help" |