blob: 12a77283d0a4d1816a74bdd45a825f13c0a5e3ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
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.
|