Add to git.
[c2lib.git] / INSTALL
1 Required packages
2 -----------------
3
4 Before installing c2lib, you need to make sure you have the following
5 packages installed:
6
7 cdoc            http://www.annexia.org/freeware/cdoc/
8 make+           http://www.annexia.org/freeware/makeplus/
9 pcre            http://www.pcre.org/
10
11 Building and installing
12 -----------------------
13
14 ./configure  [--prefix=/usr --sysconfdir=/etc]
15 make+
16 make+ test
17 make+ install
18
19 See the make+ documentation for additional targets (eg. building RPMs).
20
21 Problems
22 --------
23
24 If the build fails, please examine the following files for clues:
25
26 build-*/config.h
27 build-*/config.mk
28 build-*/config.log
29
30 If you discover a bug, please contact the package author.