X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=README.CVS;h=74a5573da1fd8a6beaee4b6556469e53c13a30e3;hb=871f4456a207925fdce3df3150af3f3b263b2776;hp=244c31b7e49c34ee63916767b79866ea404599fa;hpb=47ca046d74e8bd5edfa3fe19c92bd7b57fdbbe42;p=pspp-builds.git diff --git a/README.CVS b/README.CVS index 244c31b7..74a5573d 100644 --- a/README.CVS +++ b/README.CVS @@ -1,9 +1,38 @@ -To build this project from the sources direct from the -cvs archive use: +To build this project from the sources direct from the cvs archive, +you must install the prerequisites listed in README, plus the +following: -make -f Smake -make + * Autoconf 2.58 (or later). - and to test it: + * Automake 1.9.x (or later). -make distcheck + * Gettext 0.14.5 (or later). + + * GNU M4 1.4.9 (or later). + + * pkg-config 0.21 (or later). + + * Gnulib, from CVS (see http://savannah.gnu.org/cvs/?group=gnulib). + Note that Gnulib does not require any form of installation: + simply checking it out into a directory is sufficient. + + * Texinfo 4.7 or later, to build the documentation. + +Once you have these installed, execute + make -f Smake +If you checked Gnulib out in a directory named `gnulib' at the same +level as PSPP, then this is sufficient. Otherwise, provide the +location of GNULIB on the `make' command line: + make -f Smake GNULIB=/gnulib/base/directory/name + +After executing Smake, you may configure the source tree in the usual +way with ./configure, e.g. + ./configure +For a list of options: + ./configure --help + +To test: + make check + +For a very thorough test: + make distcheck