162
edits
Changes
From Gramps
m
→Building GRAMPS from Scratch
Once you've done this once, you can generally get away with just running
jhbuild --moduleset=~/gramps-mac/gramps.modules build meta-gtk-osx-bootstrap core meta-gtk-osx-gtk3 berkeleydb python meta-gtk-osx-python-gtk3 gramps
to update everything that has been changed since the previous build. Most of the time nothing will have changed except gramps itself.
If you want to build the svn trunk, you should use the trunk setup files:
svn co https://gramps.svn.sourceforge.net/svnroot/gramps/trunk/mac gramps-mac-svn
and a different set of targets: jhbuild --moduleset=~/gramps-mac/gramps.modules build meta-gtk-osx-bootstrap meta-gtk-osx-core gtk3 berkeleydb4.8 python2.7 meta-gtk-osx-python -gtk3 gramps-svn
Should you want both installed, you'll need to set up separate prefixes in .jhbuildrc-custom; gramps doesn't version its installations, so the most recent will overwrite the previous build.