Before you install PSPP, you will need to install certain prerequisite
packages. You may also want to install other packages that enable
-additional functionality in PSPP.
+additional functionality in PSPP. Please note, if you are installing
+any of the libararies mentioned below using pre-prepared binary
+packages provided by popular GNU/Linux vendors, you may need to ensure
+that you install the "development" versions (normally postfixed with
+-dev or -devel).
If you do not know whether you have these installed already, you may
proceed to "Basic Installation", below. The PSPP configuration
* GTK+ (http://www.gtk.org/), version 2.24.0 - The Gtk+-3.x series will NOT work!
+ * Glib (http://www.gtk.org), version 2.32 or later
+
* GtkSourceView (http://projects.gnome.org/gtksourceview/)
version 2.2 or later.
PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.24], [],
[PSPP_REQUIRED_PREREQ([gtk+ 2.0 version 2.24 or later (or use --without-gui)])])
+ PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.32], [],
+ [PSPP_REQUIRED_PREREQ([glib 2.0 version 2.32 or later (or use --without-gui)])])
+
+
PKG_CHECK_MODULES([GTKSOURCEVIEW], [gtksourceview-2.0 >= 2.2], [],
[PSPP_REQUIRED_PREREQ([gtksourceview 2.0 version 2.2 or later (or use --without-gui)])])