Linux, Open Source, Web, Engineering, Technology

Posts Tagged ‘MySQL’

January 13, 2011

Instalar GnuCash 2.4.0 con soporte para bases de datos en Ubuntu 10.10

Asegurese de habilitar los repositorios de «Source Code» primero

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

y por ultimo, inicielo

~/stable/gnucash/bin/gnucash

Listo!

Escrito por acuervo. Archivado bajo Business, Linux, terminal, Ubuntu.

Etiquetas: , , , .



"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
7975 grains of sand from alejandro cuervo