Add a note in the documentation we require guile with regex support enabled.

This is a minor nudge to accomodate
Bug 412151 - Not handling exception when guile is compiled w/o regexp support

In addition remove the paragraph suggesting we keep track of
distributions in the README. We don't.
This commit is contained in:
Geert Janssens 2019-10-09 12:49:26 +02:00
parent 662d29d664
commit cd2a20832e

View File

@ -54,17 +54,14 @@ required versions packaged, it was exceedingly painful for end users to
upgrade to the anticipated release, leading to a reputation that gnucash upgrade to the anticipated release, leading to a reputation that gnucash
still has.) still has.)
This document serves to keep track of the major distributions, the date of
their major release[s], and the relevant library versions as part of that
release (or an official package-upgrade path)
Libraries/Deps Libraries/Deps
-------------- --------------
required Version required Version
-------- _______ -------- _______
glib2 2.40.0 glib2 2.40.0
gtk+3 3.14.0 gtk+3 3.14.0
guile 2.2.0 or 2.0.0 guile 2.2.0 or 2.0.0 Must be built with regex
support enabled
libxml2 2.5.10 libxml2 2.5.10
gettext 0.19.6 Can use older if you pass gettext 0.19.6 Can use older if you pass
-DALLOW_OLD_GETTEXT to cmake; -DALLOW_OLD_GETTEXT to cmake;