Since the original instructions for installing gnucash 2.0 on intel macs appears to be down at the moment, the steps I took to update to a new version were:
sudo fink -y selfupdate
sudo fink -y update-all
download gnucash tarball from gnucash.org
untar
cd into directory
export CFLAGS="-L/sw/lib -I/sw/include"
export CPPFLAGS="-L/sw/lib -I/sw/include"
export LDFLAGS="-L/sw/lib"
export PATH=$PATH:/sw/share/guile/1.6/scripts/binoverride/
./configure --with-g-wrap-prefix=/sw --enable-compile-warnings
make
sudo make install
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment