X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=INSTALL;h=df9502a7179485b5deb54eb9de2d9391f55b6c61;hb=65c4b7fb960b429cc535d3b564a704ee4ebfbed6;hp=dc673c441c387fd4f79384eea9b22785aeae7101;hpb=3b31ddc1183fe78119fe7c8d9f8a19204fb23aea;p=pspp-builds.git diff --git a/INSTALL b/INSTALL index dc673c44..df9502a7 100644 --- a/INSTALL +++ b/INSTALL @@ -33,6 +33,10 @@ 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. @@ -50,9 +54,6 @@ use the GUI, you must run `configure' with --without-gui. * GTK+ (http://www.gtk.org/), version 2.12.0 or later. - * libglade (http://www.jamesh.id.au/software/libglade/), version - 2.6 or later. - Installing the following packages will allow your PSPP binary to read Gnumeric files. @@ -143,7 +144,9 @@ release. `configure', additional features will be available in your PSPP installation. - 2. Type `make' to compile the package. + 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.) 3. Optionally, type `make check' to run the self-tests that come with the package. If any of the self-tests fail, please mail @@ -237,7 +240,12 @@ Optional Features of libraries are detected. Use of this option is not recommended. If you use it, some features may be missing and the build may fail with obscure error messages. - + +`--enable-relocatable' + This option is useful for building a package which can be installed + into an arbitrary directory and freely copied to any other directory. + If you use this option, you will probably want to install the pspp + with a command similar to "make install DESTDIR=". Defining Variables ==================