2010-02-05 20:17:39 +00:00
|
|
|
Please read the COPYING file first.
|
2013-04-06 16:57:29 +00:00
|
|
|
|
2015-02-06 13:49:23 -08:00
|
|
|
Please read the INSTALL file if you intend to build from source.
|
2002-10-20 14:25:16 +00:00
|
|
|
|
|
|
|
Requirements
|
|
|
|
--------------------------------
|
2003-05-20 17:55:52 +00:00
|
|
|
The following packages *MUST* be installed in order for Gramps to work:
|
2015-02-28 17:57:00 +00:00
|
|
|
Python 3.2 or greater
|
2015-03-14 14:49:51 +00:00
|
|
|
GTK 3.10 or greater
|
2012-06-17 21:25:37 +00:00
|
|
|
pygobject 3.3.2 or greater
|
2013-04-06 16:57:29 +00:00
|
|
|
cairo, pango, pangocairo with introspection bindings (the gi packages)
|
2007-08-17 19:57:58 +00:00
|
|
|
librsvg2 (svg icon view)
|
2009-02-01 11:24:14 +00:00
|
|
|
xdg-utils
|
2015-02-28 17:57:00 +00:00
|
|
|
bsddb3
|
2002-10-20 14:25:16 +00:00
|
|
|
|
2010-02-06 17:17:20 +00:00
|
|
|
The following package is needed for full translation of the interface
|
|
|
|
to your language:
|
2015-02-06 11:35:55 -08:00
|
|
|
language-pack-gnome-xx
|
2013-04-05 17:00:30 +00:00
|
|
|
Translation of GTK elements to your language, with
|
|
|
|
xx your language code; e.g. for Dutch you need
|
2010-02-06 17:17:20 +00:00
|
|
|
language-pack-gnome-nl. The translation of the
|
2013-04-06 16:57:29 +00:00
|
|
|
Gramps strings is included with the gramps source.
|
2010-02-06 17:17:20 +00:00
|
|
|
|
|
|
|
|
2003-05-20 17:55:52 +00:00
|
|
|
The following packages are *STRONGLY RECOMMENDED* to be installed:
|
2013-04-05 17:00:30 +00:00
|
|
|
|
2015-02-06 11:35:55 -08:00
|
|
|
osmgpsmap Used to show maps in the geography view.
|
2013-04-06 16:57:29 +00:00
|
|
|
It may be osmgpsmap, osm-gps-map, or python-osmgpsmap,
|
|
|
|
but the Python bindings for this must also be present.
|
2011-05-07 13:10:28 +00:00
|
|
|
Without this the GeoView will not be active, see
|
2015-03-16 11:36:29 +11:00
|
|
|
http://gramps-project.org/wiki/index.php?title=Gramps_4.1_Wiki_Manual_-_Main_Window#Geography_Category
|
2013-04-05 17:00:30 +00:00
|
|
|
|
2015-07-19 14:24:33 +10:00
|
|
|
Graphviz Enable creation of graphs using Graphviz engine.
|
2013-04-06 16:57:29 +00:00
|
|
|
Without this, three reports cannot be run.
|
2011-05-07 13:10:28 +00:00
|
|
|
Obtain it from: http://www.graphviz.org
|
2013-04-05 17:00:30 +00:00
|
|
|
|
2013-03-17 14:46:46 +00:00
|
|
|
PyICU Improves localised sorting in Gramps. In particular, this
|
2013-04-05 17:00:30 +00:00
|
|
|
applies to sorting in the various views and in the
|
|
|
|
Narrative Web output. It is particularly helpful for
|
|
|
|
non-Latin characters, for non-English locales and on MS
|
|
|
|
Windows and Mac OS X platforms. If it is not available,
|
|
|
|
sorting is done through built-in libraries. PyICU is
|
|
|
|
fairly widely available through the package managers of
|
|
|
|
distributions. See http://pyicu.osafoundation.org/
|
2013-04-06 16:57:29 +00:00
|
|
|
(These are Python bindings for the ICU package.)
|
2011-04-23 06:45:33 +00:00
|
|
|
|
2011-05-07 13:10:28 +00:00
|
|
|
The following packages are optional
|
2013-04-05 17:00:30 +00:00
|
|
|
|
2015-02-06 11:35:55 -08:00
|
|
|
gtkspell Enable spell checking in the notes. Gtkspell depends on
|
2012-07-29 20:59:19 +00:00
|
|
|
enchant. A version of gtkspell with gobject introspection
|
2012-12-18 11:11:36 +00:00
|
|
|
is needed, so minimally version 3.0.0
|
2003-05-20 23:01:26 +00:00
|
|
|
|
2013-01-12 15:00:52 +00:00
|
|
|
rcs The GNU Revision Control System (RCS) can be used to manage
|
|
|
|
multiple revisions of your family trees. See info at
|
2015-03-16 11:36:29 +11:00
|
|
|
http://www.gramps-project.org/wiki/index.php?title=Gramps_4.1_Wiki_Manual_-_Manage_Family_Trees#Archiving_a_Family_Tree
|
2013-01-12 15:00:52 +00:00
|
|
|
Only rcs is needed, NO python bindings are required
|
|
|
|
|
2013-03-09 17:48:22 +00:00
|
|
|
PIL Python Image Library is needed to crop
|
2013-04-05 17:00:30 +00:00
|
|
|
images and also to convert non-JPG images to
|
|
|
|
JPG so as to include them in LaTeX output.
|
2015-02-03 09:43:56 -08:00
|
|
|
(For Python3 a different source may be needed,
|
|
|
|
python-imaging or python-pillow or python3-pillow)
|
2013-01-05 12:08:07 +00:00
|
|
|
|
2013-03-28 12:30:20 +00:00
|
|
|
GExiv2 Enables Gramps to manage Exif metadata embedded in your
|
|
|
|
media. Gramps needs version 0.5 or greater.
|
|
|
|
See http://www.gramps-project.org/wiki/index.php?title=GEPS_029:_GTK3-GObject_introspection_Conversion#GExiv2_for_Image_metadata
|
|
|
|
|
2011-05-07 13:10:28 +00:00
|
|
|
ttf-freefont More font support in the reports
|
2011-04-25 13:32:10 +00:00
|
|
|
|
2015-03-15 16:49:30 +00:00
|
|
|
gir-webkit Required for the (user-downloadable) HtmlView plugin
|
|
|
|
|
|
|
|
goocanvas2 Required for the (user-downloadable) GraphView plugin
|
2012-01-14 14:51:01 +00:00
|
|
|
|
2015-03-16 11:36:29 +11:00
|
|
|
No longer needed in 4.1:
|
|
|
|
?
|
2012-10-09 20:09:45 +00:00
|
|
|
No longer needed in 4.0:
|
2013-04-05 17:00:30 +00:00
|
|
|
pygoocanvas, pygtk, pyexiv2
|
2011-05-26 08:05:04 +00:00
|
|
|
No longer needed in 3.3:
|
|
|
|
python-enchant Enchant
|
2010-02-01 13:04:19 +00:00
|
|
|
No longer needed in 3.2:
|
|
|
|
python glade bindings
|
2011-05-07 13:10:28 +00:00
|
|
|
No longer needed in 3.1:
|
2015-03-16 11:36:29 +11:00
|
|
|
yelp Gnome help browser. No offline help is shipped see Gramps website for User manual
|
2003-05-20 23:01:26 +00:00
|
|
|
|
2012-11-10 08:05:48 +00:00
|
|
|
|
2002-10-20 14:25:16 +00:00
|
|
|
Documentation
|
|
|
|
---------------------------------
|
2015-03-16 11:36:29 +11:00
|
|
|
The User Manual is maintained on the Gramps website,
|
2007-08-18 09:18:43 +00:00
|
|
|
http://www.gramps-project.org/wiki/index.php?title=User_manual
|
2002-10-20 14:25:16 +00:00
|
|
|
|
|
|
|
--------------------------------
|
2011-05-07 13:10:28 +00:00
|
|
|
The Gramps Project
|
|
|
|
http://gramps-project.org
|