make
make install</code>
== Install dependencies for Gramps 3.4.x ==
==== General requirements ====
Gramps {{version}} requires python 2.6 or greater, pygtk 2.16 or greater and librsvg2
==== Linux package requirements ====
{|{{Prettytable}}
|-
!Debian /Ubuntu
!Fedora /Redhat
!Comment
|-
|python
|python
|Required (needs version 2.6 or later)
|-
|python-gtk2
|pygtk2
|Required (needs 2.16 or greater)
|-
|[http://docs.python.org/library/bsddb.html BSDDB]
|[http://docs.python.org/library/bsddb.html BSDDB]
|Current backend
|-
|librsvg2-common
|librsvg2
|Required for building
|-
|libglib2.0-dev
|glib2-devel
|Required for building
|-
|
|librsvg2-devel
|Required for building
|-
|intltool
|intltool
|Required for building
|-
|
|gcc make gettext
|Required for building
|-
|
|-
|xdg-utils
|xdg-utils
|Required for Gramps-3.1.x or later
|-
|rcs
|rcs
|Suggested for running
|-
|python-gtkspell
|gnome-python2-gtkspell
|Suggested for running (spell check). Included in the python-gnome2-extras package in older Debian distributions.
|-
| python-webkit python-gtkmozembed
| WebKitgtk pywebkitgtk
| Required for the HTML view
|-
| python-pygoocanvas
| goocanvas pygoocanvas
| Required for [[Graph View]]
|-
| graphviz
| graphviz graphviz-python
| Required for some reports and views
|-
|
| Django
| Required for http://gramps-connect.org [[Gramps-Connect: Introduction|Gramps-Connect]]
|-
| python-pyexiv2
| pyexiv2
| Required for the Metadata Viewer and Edit Exif Metadata gramplets
|-
| libosmgpsmap-dev python-osmgpsmap
| osm-gps-map
| Required for the Geography views
|-
| gtk2-engines-pixbuf
|
| Solves issue with 'Unable to locate theme engine in module_path: "pixmap"'
|}
Under Redhat/Fedora you can install all of the above with:
<pre>
sudo yum install python pygtk2 xdg-utils rcs gnome-python2-gtkspell librsvg2 \
librsvg2-devel intltool gnome-doc-utils gcc automake autoconf autogen \
gettext WebKitgtk pywebkitgtk goocanvas pygoocanvas graphviz graphviz-python \ Django pyexiv2 inkscape ImageMagick
</pre>
== Build Gramps 3.4.x ==