Mention that pkg-config is needed.
[pspp-builds.git] / README.CVS
1 To build this project from the sources direct from the cvs archive,
2 you must install the prerequisites listed in README, plus the
3 following:
4
5         * Autoconf 2.58 (or later).
6
7         * Automake 1.9.x (or later).
8
9         * Gettext 0.14.5 (or later).
10
11         * pkg-config 0.21 (or later).
12
13         * Gnulib, from CVS (see http://savannah.gnu.org/cvs/?group=gnulib).
14           Note that Gnulib does not require any form of installation:
15           simply checking it out into a directory is sufficient.
16
17         * Texinfo 4.7 or later, to build the documentation.
18
19 Once you have these installed, execute
20         make -f Smake
21 If you checked Gnulib out in a directory named `gnulib' at the same
22 level as PSPP, then this is sufficient.  Otherwise, provide the
23 location of GNULIB on the `make' command line:
24         make -f Smake GNULIB=/gnulib/base/directory/name
25
26 After executing Smake, you may configure the source tree in the usual
27 way with ./configure, e.g.
28         ./configure
29 For a list of options:
30         ./configure --help
31
32 To test:
33         make check
34
35 For a very thorough test: 
36         make distcheck