summaryrefslogtreecommitdiffstats
path: root/office/gnucash/README
diff options
context:
space:
mode:
author Lenard Spencer2020-09-05 03:16:49 +0200
committer Willy Sudiarto Raharjo2020-09-05 03:17:01 +0200
commita934dd57fe027fd66ae5f4e8da22ec0fbe373134 (patch)
tree4e3bbe0116a9546c948ad8c44d9984b210add92d /office/gnucash/README
parent4a9f0698771e65a386e31b769fbf16fac8adcc06 (diff)
downloadslackbuilds-a934dd57fe027fd66ae5f4e8da22ec0fbe373134.tar.gz
office/gnucash: Updated for version 3.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/gnucash/README')
-rw-r--r--office/gnucash/README20
1 files changed, 13 insertions, 7 deletions
diff --git a/office/gnucash/README b/office/gnucash/README
index e03a5461b8..35bbcb0a93 100644
--- a/office/gnucash/README
+++ b/office/gnucash/README
@@ -22,13 +22,19 @@ option, make sure ninja is installed and pass NINJA="yes" to the
build script.
NOTE: You must remove any previous installation of Gnucash before
-running this script, otherwise the build will fail.
+running this script, otherwise the build will most likely fail.
-If you are building on current (15.0 EXPERIMENTAL), you will need the
-guile2.2 package from Ponce's -current repo.
+This script builds version 3.11. If you need the old stable 2.6.x
+series, please use gnucash-legacy, also available on SBo.
+
+Please note version 3.11 will be the last for Slackware 14.2.
+Version 4.x will NOT build on 14.2 because of outdated dependencies
+(gcc, cmake, and glib2 among others).
-This script builds version 3.x which is now considered stable by the
-upstream developers. If you need the old stable 2.6.x series, please
-use gnucash-legacy, also available on SBo.
+NOTE FOR CURRENT/15.0
-Please note the 3.x series will be the last for Slackware 14.2.
+If you are building on current (15.0 EXPERIMENTAL), you will need the
+guile2.2 package from Ponce's -current repo. Alternatively, you can
+download version 4.1 or later from the gnucash website and build that
+by passing VERSION=4.(1 or later) to the script without having to
+install guile2.2. (Version 4.0 still requires guile2.2.)