X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=README;h=50264bd1bbce1f3a5a50b41c97ee077c527a172d;hb=0498114186f126d786cc0f3cf6686a43b8513e62;hp=b88217f021aba1c8f0645ebc6a65600d2c724f10;hpb=a4d95ff7279a5a127d1f93c3b90f98a1547e8b47;p=pspp-builds.git diff --git a/README b/README index b88217f0..50264bd1 100644 --- a/README +++ b/README @@ -11,8 +11,6 @@ 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. @@ -22,6 +20,10 @@ PSPP, you will need to install certain prerequisites: * pkg-config (only if you need to regenerate configure after modifying configure.ac). + * 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/). + * Optional: libncurses. Without it, PSPP will assume it is running in an 80x25 terminal. @@ -37,6 +39,9 @@ PSPP, you will need to install certain prerequisites: have these installed, you must run `configure' with --without-gui. + * Optional: Texinfo 4.7 or later, if you want to build the + documentation in PostScript or PDF format. + For information on differences from previous versions, please see file NEWS. Full documentation on PSPP's language can be found in the doc/ directory.