162
edits
Changes
→Gramps 3.4.x: Put it back to less generic; 3.4 uses Gtk2, duh.
export PATH=~/.local/bin:$PATH
==== Gramps Stable 3.4.x ====
Next, you need a copy of the moduleset file. You *could* just pass the url to jhbuild, but it's easier to download it:
curl -o gramps.modules http://sourceforge.net/p/gramps/source/ci/maintenance/gramps40gramps34/%7E/tree/mac/gramps.modules?format=raw
That will retrieve the modules file to your current directory, which we'll assume to be ~. Note that if you want to build a different branch, change the URL accordingly: The branch name above is <tt>maintenance/gramps40</tt>; if you want to build Gramps version 3.4.x, you'd replace that with <tt>maintenance/gramps34</tt>. If you want the active development tree, it's <tt>master</tt>--'''not''' <tt>maintenance/master</tt>, just <tt>master</tt>
The Gtk-OSX build instructions are very straightforward, but we need to deviate from them a bit to keep from doing things more than once. Run the following commands from the terminal: