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