diff options
Diffstat (limited to 'business/gnucash/README')
-rw-r--r-- | business/gnucash/README | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/business/gnucash/README b/business/gnucash/README index b97f84f9ec..81910612f4 100644 --- a/business/gnucash/README +++ b/business/gnucash/README @@ -1,9 +1,17 @@ GNUCash is opensource accounting software. -This requires slib, libofx, ORBit2, GConf, libtasn1, gnome-keyring, -gnome-mime-data, libbonobo, gnome-vfs, libgnomecanvas, libgnome, libbonoboui, -libgnomeui, libgnomecups, libgnomeprint, libgnomeprintui, gtkhtml, and goffice. +This requires the following additional software, and it is suggested +that you build them in this order: -aqbanking is optional, but it's not available at SlackBuilds.org. + slib libofx ORBit2 GConf libtasn1 gnome-keyring gnome-mime-data libbonobo + gnome-vfs libgnomecanvas libgnome libbonoboui libgnomeui libgnomecups + libgnomeprint libgnomeprintui gtkhtml goffice Building the deps in the order listed above should give the desired results. + +if you want the new webkit report rendering integration, you must +first have webkit installed, and then pass the WEBKIT=true flag. + +if you want the new SQL database integration, you must first have libdbi +and libdbi-drivers installed, and then pass the DBI=true flag. + |