X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=INSTALL;h=25e9a6623604dae4f8699fe0ea3d6113405552a5;hb=refs%2Fheads%2Fspv3;hp=b1166b20b6b6b423218fe98184c04a4722f2c130;hpb=13b7589356394e01a5e1d7e8d366e3a105091e46;p=pspp diff --git a/INSTALL b/INSTALL index b1166b20b6..25e9a66236 100644 --- a/INSTALL +++ b/INSTALL @@ -60,6 +60,10 @@ The following packages are required to install PSPP: * Perl (http://www.perl.org/), version 5.005_03 or later. Perl is required during build but not after installation. + * Python (https://python.org/), version 2.7. Some tests require + Python; if it is missing, those tests will be skipped. PSPP + does not otherwise require Python. + * iconv, which should be installed as part of a Unix-like system. If you don't have a version already, you can install GNU libiconv (http://www.gnu.org/software/libiconv/). @@ -89,7 +93,7 @@ use the GUI, you must run `configure' with --without-gui. 0.18 and 0.19 have a bug that will prevent library detection, but other versions should be fine. - * GTK+ (http://www.gtk.org/), version 3.14.5 or later. + * GTK+ (http://www.gtk.org/), version 3.18.0 or later. It has been reported that versions prior to 3.22.x give problems, so a recent version is recommended.