diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2020-04-23 21:37:42 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-24 08:18:57 +0700 |
commit | c5444b8a62813f77c18133905e034f2b026f47ab (patch) | |
tree | a370e387e8aea775808a047395b51652ce257b92 /office/gnucash/README | |
parent | a230d9bdf4cacafeafb1098de71e6d019b1ab353 (diff) | |
download | slackbuilds-c5444b8a62813f77c18133905e034f2b026f47ab.tar.gz |
office/gnucash: Updated for version 3.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/gnucash/README')
-rw-r--r-- | office/gnucash/README | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/office/gnucash/README b/office/gnucash/README index f09d1bc8cb..b3aad497c4 100644 --- a/office/gnucash/README +++ b/office/gnucash/README @@ -9,16 +9,24 @@ on professional accounting principles to ensure balanced books and accurate reports. Pass OFX="yes" for OFX (USA) (requies libofx) + Pass AQ="yes" to enable aqbanking (Germany) (requires aqbanking) + Pass WITHPYTHON="yes" to enable Python bindings for report gereration. If you want the SQL database integration, you must first have libdbi -and libdbi-drivers installed (with postgresql support), and then pass -the DBI="yes" flag. +and libdbi-drivers installed and pass DBI="yes" to the build script. + +The script now incudes an option to build with ninja. To use this +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. +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.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. |