X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=INSTALL;h=252dc6f5ca71343677de4ea88cf84f86e5233bab;hb=refs%2Fheads%2Fctables5;hp=5fe74b442d57a38c901b2b63df5a2ed83ce5417b;hpb=def6f19d1b58929ed31ae6a7a90f89054ab3ace7;p=pspp diff --git a/INSTALL b/INSTALL index 5fe74b442d..252dc6f5ca 100644 --- a/INSTALL +++ b/INSTALL @@ -57,13 +57,9 @@ The following packages are required to install PSPP: * The GNU Scientific Library (http://www.gnu.org/software/gsl/), version 1.13 or later, including libgslcblas included with GSL. - * Perl (http://www.perl.org/), version 5.005_03 or later. Perl is + * Python (https://python.org/), version 3.4 or later. Python is required during build but not after installation. - * Python (https://python.org/), version 2.7 or later (Python 3 is - fine). 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/). @@ -94,7 +90,16 @@ use the GUI, you must run `configure' with --without-gui. * GNU Spread Sheet Widget (http://www.gnu.org/software/ssw) version 0.7 or later. -The following packages are optional: +The following packages are only needed to build and test the Perl +module: + + * Perl (https://www.perl.org/), version 5.005_03 or later. + + * The Config::Perl::V module for Perl (https://cpan.org). + + * Optionally, the Text::Diff and Memory::Usage modules for Perl + (https://cpan.org). These modules enable PSPP to test its Perl + module more thoroughly. Other optional packages: @@ -112,10 +117,6 @@ Other optional packages: interface, but not the Postgresql interface itself, requires the Postgresql server to be installed. - * The Text::Diff module for Perl (http://cpan.org). This enables - PSPP to test the Perl module more thoroughly. It is not needed - to build or use the Perl module. - Basic Installation ==================