%general-entities; ]> $LastChangedBy$ $Date$ GnuCash-&gnucash-version; GnuCash Introduction to GnuCash GnuCash is a personal finance manager. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &gnucash-src-md5sum; Download size: &gnucash-size; Estimated disk space required: &gnucash-buildsize; Estimated build time: &gnucash-time; Additional Downloads Help documentation: Download MD5 sum: &gnucash-docs-md5sum; GnuCash Dependencies Required , , , and Optional , , , , , Guile-www, and Electric Fence Optional (for On-Line Banking) LibOFX (requires and ), KtoBlzCheck, and AqBanking (requires Gwenhywfar and also see libchipcard2) User Notes: Installation of GnuCash Install GnuCash by running the following commands: sed -i 's/^host_os=.*$/&-gnu/' configure && ./configure --prefix=/opt/gnome-1.4 \ --sysconfdir=/etc \ --disable-guppi \ --disable-error-on-warning && make To test the results, issue make check. All tests should pass. An easy way to look at the results of the tests is to issue grep -A1 ============== check.log (this is assuming you redirected the output from the tests to the aforementioned filename). Now, as the root user: make install If desired, create a symbolic link from the GnuCash documentation directory to the system-wide documentation directory using the following command as the root user: ln -v -s /opt/gnome-1.4/share/gnucash/doc \ /usr/share/doc/gnucash-&gnucash-version; If desired, create symbolic links to the GnuCash .desktop and icon files in the system-wide directories using the following commands as the root user: install -v -m755 -d /usr/share/pixmaps/gnucash && ln -v -s /opt/gnome-1.4/share/pixmaps/gnucash/gnucash-icon.png \ /usr/share/pixmaps/gnucash && ln -v -s /opt/gnome-1.4/share/gnome/apps/Applications/gnucash.desktop \ /usr/share/applications If you want to install the Help documentation (requires to be installed), unpack the additional tarball, change into the gnucash-docs-&gnucash-docs-version; source directory and issue the following commands as an unprivileged user: ./configure --prefix=/opt/gnome-1.4 \ --localstatedir=/var/lib && make Now, as the root user: make install Command Explanations sed -i 's/^\(host_os=.*\)$/\1-gnu/' configure: This command is used to fix a broken configure script. Without it, no shared libraries are built, and the program will not function properly. --prefix=/opt/gnome-1.4: GnuCash-&gnucash-version; is a GNOME-1.4 application. --sysconfdir=/etc: This installs configuration files in /etc/gnucash instead of /opt/gnome-1.4/etc/gnucash. --disable-guppi: This compiles GnuCash without support for creating GUI graphs and plots. Remove this option if you have Guppi installed. -disable-error-on-warning: Without this parameter the build will fail because a warning is generated. This option forces the build to ignore the warning. : This parameter is required if you want to build in SQL support using PostgreSQL. : This parameter is required if you want to build in on-line banking support using LibOFX. : This parameter is required if you want to build in on-line banking support using AqBanking. See doc/README.HBCI in the GnuCash source tree for complete information. Configuring GnuCash Configuration Information If you wish to use GnuCash to retrieve stock price quotes and stock historical information, you'll need to install the following Perl modules: , , , and . Contents Installed Programs Installed Libraries Installed Directories dump-finance-quote, gnc-prices, gnc-test-env, gnucash, gnucash-config, gnucash-env, gnucash-make-guids, gnucash-run-script and update-finance-quote libcore-utils.so, libgnc-app-file-gnome.so, libgncgnome.so, libgncmodule.so, libgw-core-utils.so, libgw-gnc.so and numerous support libraries installed in /opt/gnome-1.4/lib/gnucash /etc/gnucash, /opt/gnome-1.4/include/gnucash, /opt/gnome-1.4/lib/gnucash, /opt/gnome-1.4/libexec/gnucash, /opt/gnome-1.4/share/gnome/apps/Applications, /opt/gnome-1.4/share/gnome/help/gnucash, /opt/gnome-1.4/share/gnucash, /opt/gnome-1.4/share/omf/gnucash-docs and /opt/gnome-1.4/share/pixmaps/gnucash Short Descriptions gnucash is a personal finance manager. gnucash