From 877096c9f399e6a12c48f792f5896c04cf338acb Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 28 Feb 2007 17:51:46 +0000 Subject: Initial import git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--base-0 --- INSTALL | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..e6a3f1c --- /dev/null +++ b/INSTALL @@ -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-.tar.gz +or + tar -xyf getht-.tar.bz2 + +2. Change to hdte directory: + cd getht- + +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" -- cgit v1.2.3