X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=README;h=3034f989172df95ff824cb6d4ea047e3c6863fd3;hb=e0d0265ba2c4c74d3f7c57a33a18014bd82c8d27;hp=a16158b869afbf0475450bb2bd70979d3b480973;hpb=1df57ebe2d19bb0e05c0a648fdc92e5af6c1c0a5;p=pspp-builds.git diff --git a/README b/README index a16158b8..3034f989 100644 --- a/README +++ b/README @@ -20,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. @@ -30,10 +34,10 @@ PSPP, you will need to install certain prerequisites: 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. + * Optional: GTK+ version 2.6.0 or later (2.10.2 or later is + recommended), 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. * Optional: Texinfo 4.7 or later, if you want to build the documentation in PostScript or PDF format.