Remove write-only variable from interaction_case_data.
[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.60 (or later).
6
7         * Automake 1.10 (or later).
8
9         * Gettext 0.17 (or later).
10
11         * GNU M4 1.4.9 (or later).
12
13         * pkg-config 0.21 (or later).
14
15         * gperf 3.0.1 (or later).
16
17         * Gnulib, from Git at <git://git.savannah.gnu.org/gnulib.git>.
18           If you do not have Git installed, up-to-date snapshots are
19           at <http://git.savannah.gnu.org/gitweb/?p=gnulib.git>.
20           Note that Gnulib does not require any form of installation:
21           simply checking it out into a directory is sufficient.  We
22           recommend checking out gnulib into a directory named `gnulib'
23           at the same level as PSPP.
24
25         * libtool 1.5.22 (or later).
26
27         * Texinfo 4.7 or later, to build the documentation.
28
29 Once you have these installed, execute
30         make -f Smake
31 If you checked Gnulib out in a directory named `gnulib' at the same
32 level as PSPP, then this is sufficient.  Otherwise, provide the
33 location of GNULIB on the `make' command line:
34         make -f Smake GNULIB=/gnulib/base/directory/name
35
36 After executing Smake, you may configure the source tree in the usual
37 way with ./configure, e.g.
38         ./configure
39 For a list of options:
40         ./configure --help
41
42 To test:
43         make check
44
45 For a very thorough test: 
46         make distcheck