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