1 To build this project from the sources direct from the cvs archive,
2 you must install the prerequisites listed in README, plus the
5 * Autoconf 2.60 (or later).
7 * Automake 1.10 (or later).
9 * Gettext 0.16.1 (or later).
11 * GNU M4 1.4.9 (or later).
13 * pkg-config 0.21 (or later).
15 * gperf 3.0.1 (or later).
17 * Gnulib, from CVS (see http://savannah.gnu.org/cvs/?group=gnulib).
18 Note that Gnulib does not require any form of installation:
19 simply checking it out into a directory is sufficient. We
20 recommend checking out gnulib into a directory named `gnulib'
21 at the same level as PSPP.
23 * libtool 1.5.22 (or later).
25 * Texinfo 4.7 or later, to build the documentation.
27 Once you have these installed, execute
29 If you checked Gnulib out in a directory named `gnulib' at the same
30 level as PSPP, then this is sufficient. Otherwise, provide the
31 location of GNULIB on the `make' command line:
32 make -f Smake GNULIB=/gnulib/base/directory/name
34 After executing Smake, you may configure the source tree in the usual
35 way with ./configure, e.g.
37 For a list of options:
43 For a very thorough test: