Difference between revisions of "Talk:Building"

From GnuCash
Jump to: navigation, search
m (slib fix on Ubuntu 10.04.1 LTS)
m (aptitude or apt-get: new section)
Line 10: Line 10:
  
 
hope that helps someone
 
hope that helps someone
 +
 +
== aptitude or apt-get ==
 +
 +
apt-get build-dep gnucash failed for me.
 +
aptitude build-dep gnucash worked
 +
Seems like aptitude is more robust and the wiki should be changed.

Revision as of 19:04, 30 December 2010

re: fixing slib issues

On Ubuntu 10.04.1 the path for the guile.init file is a bit shorter than mentioned in the article:

         /usr/share/slib/

Thus line 1790 in my slib.scm file reads:

(load-from-path "/usr/share/slib/guile.init")

hope that helps someone

aptitude or apt-get

apt-get build-dep gnucash failed for me. aptitude build-dep gnucash worked Seems like aptitude is more robust and the wiki should be changed.