summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-05-19 17:15:41 +0100
committerNick White <git@njw.me.uk>2010-05-19 17:15:41 +0100
commite91ec0d87aa31cb465fe8cf934d405ad56342eba (patch)
tree1709e437c0d8f144bec479975a777c6ae8580eba /INSTALL
parent6cf58b46037cf04915fa507813ab7419db2e45ec (diff)
Switched to simpler build system, and fixed bugs
Now there's a proper build system in place, which is actually simple enough to understand. I also fixed plenty of warnings about the code (reminding me how badly I knew C when I wrote this). Hinduism today aren't indexing their new issues using the index file I was sourcing any more, so I don't expect to fix any more bugs or improve this much.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL32
1 files changed, 0 insertions, 32 deletions
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 12a7728..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,32 +0,0 @@
-To install this package, simply follow the following steps:
-
-1. Decompress & untar the archive
- $ tar -xjf getht-<version>.tar.bz2
-
-2. Change to the source directory
- $ cd getht-<version>
-
-4. Prepare the software for your system
- $ ./configure
-
- Note that there are several options which can be applied
- here, such as prefix and locations of libraries.
- For more information run:
- $ ./configure --help
-
-4. Build the software
- $ make
-
-5. Install the software (ensure that you have superuser
- privilages if installing outside of your home directory)
- $ make install
-
-
-You can then run the package by typing the following
-command into a terminal:
-$ getht
-
-Note that the AutoTools scripts to build and install GetHT are
-quite simple, and have not been thoroughly tested.
-If you encounter any problems building please let me know, using
-one of the methods suggested in the README file.