X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=README;h=317b83697d1e39788be3ea46d4593a998ffb0383;hb=4bb4de2196cae312aeb7223e8b08af3235675607;hp=298f70df90cddcd554088d2068ace2b4d1bcf92f;hpb=009350385d97d9fba2b33ea68cfe8b1aeebf1529;p=pspp-builds.git diff --git a/README b/README index 298f70df..317b8369 100644 --- a/README +++ b/README @@ -6,6 +6,34 @@ PSPP development is ongoing. It already supports a large subset of SPSS's transformation language. Its statistical procedure support is currently limited, but growing. +Instructions for installation are in INSTALL. Before you install +PSPP, you will need to install certain prerequisites: + + * An ANSI C compiler and tool chain. + + * GNU make. Other make programs will not work. + + * The GNU Scientific Library (libgsl), version 1.6 or later, + including libgslcblas included with GSL. + + * Perl, version 5.005_03 or later. (Perl is required during build + but not after installation.) + + * Optional: libncurses. Without it, PSPP will assume it is + running in an 80x25 terminal. + + * Optional: libreadline and libhistory. Without them, interactive + command editing and history features will be disabled. + + * Optional: libplot (from GNU plotutils). Without it, + graphing features will not work. If you do not have it + installed, you must run `configure' with --without-libplot. + + * Optional: GTK+ version 2.6.0 or later, plus libglade 2.0 or + later. Without them, the GUI will not be built. If you do not + have these installed, you must run `configure' with + --without-gui. + For information on differences from previous versions, please see file NEWS. Full documentation on PSPP's language can be found in the doc/ directory. @@ -15,10 +43,10 @@ ftp://ftp.gnu.org/pub/gnu/pspp/. Older versions may be obtained from ftp://alpha.gnu.org/gnu/pspp/. Development sources are available from CVS at http://savannah.gnu.org/projects/pspp -Questions and comments regarding PSPP can be sent to pspp-dev@gnu.org. -PSPP bug reports may be sent to bug-gnu-pspp@gnu.org or filed in the -bug-tracking system at http://savannah.gnu.org/bugs/?group=pspp -according to your preference. +Questions and comments about using PSPP may be sent to pspp-users@gnu.org. +Bug reports may be filed at http://savannah.gnu.org/bugs/?group=pspp +or emailed to bug-gnu-pspp@gnu.org. (We prefer the web-based system +because it makes it more difficult for us to lose track of bugs.) The long term goals for PSPP are ambitious. We wish to provide the following support to users: