compile and install GNUCASH in ubuntu
sudo apt-get install build-essential
sudo apt-get build-dep gnucash
After extracting gnucash 2.3.1 tarball and entering that directory
./configure
make
sudo make install
sudo apt-get build-dep gnucash
After extracting gnucash 2.3.1 tarball and entering that directory
./configure
make
sudo make install
Comments
Post a Comment