X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=INSTALL;h=4f1bc84cef9b3c3eda18fc9165cdbc0f5e61d5aa;hb=9e01a02f3eb20eed09edc144bb579f2768e18ea4;hp=df9502a7179485b5deb54eb9de2d9391f55b6c61;hpb=c4d3dc3d90c9a34ac2f0989dc0ede812a8b85c49;p=pspp-builds.git diff --git a/INSTALL b/INSTALL index df9502a7..4f1bc84c 100644 --- a/INSTALL +++ b/INSTALL @@ -24,7 +24,7 @@ The following packages are required to install PSPP: MinGW (http://www.mingw.org/) are known to work. * The GNU Scientific Library (http://www.gnu.org/software/gsl/), - version 1.6 or later, including libgslcblas included with GSL. + version 1.8 or later, including libgslcblas included with GSL. * Perl (http://www.perl.org/), version 5.005_03 or later. Perl is required during build but not after installation. @@ -33,10 +33,6 @@ The following packages are required to install PSPP: If you don't have a version already, you can install GNU libiconv (http://www.gnu.org/software/libiconv/). - * GNU make (http://www.gnu.org/software/make). Version 3.81 is - known to work; other versions will likely work too. Non-GNU - "make" programs will probably not work. - The following package is required to enable PSPP's graphing features. If you cannot arrange to install it, you must run `configure' with --without-libplot. @@ -54,16 +50,16 @@ use the GUI, you must run `configure' with --without-gui. * GTK+ (http://www.gtk.org/), version 2.12.0 or later. -Installing the following packages will allow your PSPP binary to read -Gnumeric files. - * pkg-config (http://pkg-config.freedesktop.org/wiki/). Versions 0.18 and 0.19 have a bug that will prevent library detection, but other versions should be fine. - To cross-compile PSPP, you will likely need to set the - PKG_CONFIG_LIBDIR environment variable to point to an - appropriate pkg-config for the cross-compilation environment. +To cross-compile PSPP, you will likely need to set the +PKG_CONFIG_LIBDIR environment variable to point to an +appropriate pkg-config for the cross-compilation environment. + +Installing the following packages will allow your PSPP binary to read +Gnumeric files. * zlib (http://www.zlib.net/). @@ -144,9 +140,7 @@ release. `configure', additional features will be available in your PSPP installation. - 2. Type `make' to compile the package. (If GNU make is installed - under a different program name, e.g. "gmake", run that program - instead in this step and in the following steps as well.) + 2. Type `make' to compile the package. 3. Optionally, type `make check' to run the self-tests that come with the package. If any of the self-tests fail, please mail