pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp README


From: Ben Pfaff
Subject: [Pspp-cvs] pspp README
Date: Mon, 03 Apr 2006 20:01:56 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Branch:         
Changes by:     Ben Pfaff <address@hidden>      06/04/03 20:01:56

Modified files:
        .              : README 

Log message:
        Add list of prerequisites.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/README.diff?tr1=1.8&tr2=1.9&r1=text&r2=text

Patches:
Index: pspp/README
diff -u pspp/README:1.8 pspp/README:1.9
--- pspp/README:1.8     Sat Mar  4 12:38:35 2006
+++ pspp/README Mon Apr  3 20:01:56 2006
@@ -6,6 +6,33 @@
 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 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]