Open main menu

Gramps β

Changes

Addons development

No change in size, 10 March
Develop your addon
== Develop your addon ==
The [http://github.com/gramps-project/addons-source addons-source] repository holds the source code for the addons with branches holding the version for different gramps. If you are working on an addon for gramps for the current Gramps {{man version}} public release, be sure to use the maintenance/gramps51 gramps52 git branch, as the default is master branch for the developmental pre-release. (Currently gramps 5.23, which is not the typical target for addons.)
Example commands are shown below referring to the public release rather than the master branch.
cd addons-source
git checkout -b gramps51 origin/maintenance/gramps51gramps52
or to work in the master branch:
cd addons-source
git checkout -b gramps52 gramps53 origin/master
=== Other prerequisites ===