0.18 and 0.19 have a bug that will prevent library detection,
but other versions should be fine.
- * GTK+ (http://www.gtk.org/), version 3.18.0 or later.
- It has been reported that versions prior to 3.22.x give problems,
- so a recent version is recommended.
+ * GTK+ (http://www.gtk.org/), version 3.22.0 or later.
* GtkSourceView (http://projects.gnome.org/gtksourceview/)
version 3.4.0 or later.
* The GUI now has a sub-dialog for post-hoc tests of the oneway
anova test.
+ * Gtk+3.22.0 or later must now be used when building.
+
* GRAPH: Categorical barcharts displaying percentages now show the
sub-category as a percentage of the primary category instead of the
total.
PKG_CHECK_MODULES([GTHREAD], [gthread-2.0], [],
[PSPP_REQUIRED_PREREQ([gthread 2.0 (or use --without-gui)])])
- PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.18.0], [],
- [PSPP_REQUIRED_PREREQ([gtk+ 3.0 version 3.18.0 or later (or use --without-gui)])])
+ PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.22.0], [],
+ [PSPP_REQUIRED_PREREQ([gtk+ 3.0 version 3.22.0 or later (or use --without-gui)])])
PKG_CHECK_MODULES([GTKSOURCEVIEW], [gtksourceview-3.0 >= 3.4.2], [],
[PSPP_REQUIRED_PREREQ([gtksourceview 3.0 version 3.4.2 or later (or use --without-gui)])])