GnuCash
From CBLFS
Jump to navigationJump to searchDownload Source: | http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-2.2.3.tar.bz2 |
---|---|
Download Helper Script: | http://www.jongsma.org/gc/bankinfo/getfidata.sh.gz |
Contents
Introduction to GnuCash
GnuCash is personal and small-business financial-accounting software.
Project Homepage: http://www.gnucash.org/
Dependencies
Required
Recommended
Optional
Configuration Information
--enable-sql: compile with sql support; requires PostgreSQL. |
--enable-ofx: compile with ofx support. |
--enable-hbci: compile with HBCI support. |
--enable-latex-docs: enable LaTeX documentation generation with doxygen. |
--disable-gui: build without the GNOME GUI components. |
Non-Multilib
Compile the package:
./configure --prefix=/usr --libexecdir=/usr/lib/gnucash --sysconfdir=/etc && make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr --libexecdir=/usr/lib/gnucash --sysconfdir=/etc && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr --libdir=/usr/lib32 --libexecdir=/usr/lib32/gnucash --sysconfdir=/etc && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 --libexecdir=/usr/lib64/gnucash --sysconfdir=/etc && make
Install the package:
make install
Configuring
Information necessary to connect to the servers of many financial institutions is made available by executing the helper script. This information is only necessary if you wish to use on-line banking services.
Contents
Installed Directories: | /usr/share/gnucash |
---|---|
Installed Programs: | gnucash |
Installed Libraries: | libgnc-backend-file-utils.{la,so}, libgnc-business-ledger.{la,so}, libgnc-core-utils.{la,so}, libgnc-gnome.{la,so}, libgnc-module.{la,so} |