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 33 34 35 36 37 38 39 40 41
|
# $Id: INSTALL,v 1.2 2002/10/18 18:25:23 redhead Exp $
Basic Installation
==================
These are generic installation instructions.
If you need to do unusual things to compile the package, please try
to figure out how `configure' could check whether to do them, and mail
diffs or instructions to the address given in the `README' so they can
be considered for the next release.
The simplest way to compile this package is:
1. `cd' to the directory containing the package's source code and Type
`./configure then type `make' to compile the package.
-- On BSD/HP-UX/OSF1 systems use gmake --
2. Type `make install' to install the programs and any data files and
documentation.
3. You can remove the program binaries and object files from the
source code directory by typing `make distclean'.
4. To remove the program completely you can type 'make uninstall'
5. If you want to create an rpm installation package then you just need
to type 'rpm -tb <the tar.gz file>'
Compilers and Options
=====================
This program has only been tested on systems running Linux kernel 2.2, 2.4
and 2.6 OpenBSD, FreeBSD, HPUX-10.2 and OSF1, so theres no guarantie, that
it will work on your system, but if you find that it do so, please feel
free to mail me.
Kenneth 'Redhead' Nielsen <kn@redhead.dk>
|