Linux, Open Source, Web, Engineering, Technology

Posts Tagged ‘UBUNTU 10.10’

January 13, 2011

Install GnuCash 2.4.0 with database support in Ubuntu 10.10

Be sure to enable the “Source Code” repositories first.

wget http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.0.tar.gz
tar xvfz gnucash-2.4.0.tar.gz

sudo aptitude build-dep gnucash
sudo aptitude install texinfo subversion intltool libdbi0-dev libdbd-{sqlite3,pgsql,mysql} guile-1.8 guile-1.8-dev doxygen libdbi0-dev libdbd-{sqlite3,pgsql,mysql}

cd /usr/share/guile/1.8
sudo ln -s ../../slib slib
sudo guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)"

cd ~/gnucash-2.4.0/

./configure --prefix=$HOME/stable/gnucash --enable-debug --enable-doxygen --enable-error-on-warning --enable-compile-warnings --enable-dbi
make all install

and finally, run it

~/stable/gnucash/bin/gnucash

Done!

Posted by acuervo. Filed under Business, Linux, terminal, Ubuntu.

Tags: , , , .



"The opposite of love is not hate, it's indifference.
The opposite of art is not ugliness, it's indifference.
The opposite of faith is not heresy, it's indifference.
And the opposite of life is not death, it's indifference."

Elie Wiesel
3534 grains of sand from alejandro cuervo