2010-02-06 01:47:39 +05:30
|
|
|
Please read the COPYING file first.
|
2013-04-06 22:27:29 +05:30
|
|
|
|
2015-02-07 03:19:23 +05:30
|
|
|
Please read the INSTALL file if you intend to build from source.
|
2002-10-20 19:55:16 +05:30
|
|
|
|
|
|
|
Requirements
|
|
|
|
--------------------------------
|
2003-05-20 23:25:52 +05:30
|
|
|
The following packages *MUST* be installed in order for Gramps to work:
|
2015-02-28 23:27:00 +05:30
|
|
|
Python 3.2 or greater
|
2015-03-14 20:19:51 +05:30
|
|
|
GTK 3.10 or greater
|
2015-07-29 18:52:36 +05:30
|
|
|
pygobject 3.12 or greater
|
2013-04-06 22:27:29 +05:30
|
|
|
cairo, pango, pangocairo with introspection bindings (the gi packages)
|
2007-08-18 01:27:58 +05:30
|
|
|
librsvg2 (svg icon view)
|
2009-02-01 16:54:14 +05:30
|
|
|
xdg-utils
|
2015-02-28 23:27:00 +05:30
|
|
|
bsddb3
|
2002-10-20 19:55:16 +05:30
|
|
|
|
2010-02-06 22:47:20 +05:30
|
|
|
The following package is needed for full translation of the interface
|
|
|
|
to your language:
|
2015-02-07 01:05:55 +05:30
|
|
|
language-pack-gnome-xx
|
2013-04-05 22:30:30 +05:30
|
|
|
Translation of GTK elements to your language, with
|
|
|
|
xx your language code; e.g. for Dutch you need
|
2010-02-06 22:47:20 +05:30
|
|
|
language-pack-gnome-nl. The translation of the
|
2013-04-06 22:27:29 +05:30
|
|
|
Gramps strings is included with the gramps source.
|
2010-02-06 22:47:20 +05:30
|
|
|
|
|
|
|
|
2003-05-20 23:25:52 +05:30
|
|
|
The following packages are *STRONGLY RECOMMENDED* to be installed:
|
2013-04-05 22:30:30 +05:30
|
|
|
|
2015-02-07 01:05:55 +05:30
|
|
|
osmgpsmap Used to show maps in the geography view.
|
2013-04-06 22:27:29 +05:30
|
|
|
It may be osmgpsmap, osm-gps-map, or python-osmgpsmap,
|
|
|
|
but the Python bindings for this must also be present.
|
2011-05-07 18:40:28 +05:30
|
|
|
Without this the GeoView will not be active, see
|
2015-08-22 14:26:51 +05:30
|
|
|
https://gramps-project.org/wiki/index.php?title=Gramps_4.2_Wiki_Manual_-_Categories#Geography_Category
|
2013-04-05 22:30:30 +05:30
|
|
|
|
2015-07-19 09:54:33 +05:30
|
|
|
Graphviz Enable creation of graphs using Graphviz engine.
|
2013-04-06 22:27:29 +05:30
|
|
|
Without this, three reports cannot be run.
|
2011-05-07 18:40:28 +05:30
|
|
|
Obtain it from: http://www.graphviz.org
|
2013-04-05 22:30:30 +05:30
|
|
|
|
2013-03-17 20:16:46 +05:30
|
|
|
PyICU Improves localised sorting in Gramps. In particular, this
|
2013-04-05 22:30:30 +05:30
|
|
|
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/
|
2015-08-22 14:26:51 +05:30
|
|
|
(These are Python bindings for the ICU package.
|
|
|
|
https://pypi.python.org/pypi/PyICU/)
|
2011-04-23 12:15:33 +05:30
|
|
|
|
2011-05-07 18:40:28 +05:30
|
|
|
The following packages are optional
|
2013-04-05 22:30:30 +05:30
|
|
|
|
2015-02-07 01:05:55 +05:30
|
|
|
gtkspell Enable spell checking in the notes. Gtkspell depends on
|
2012-07-30 02:29:19 +05:30
|
|
|
enchant. A version of gtkspell with gobject introspection
|
2012-12-18 16:41:36 +05:30
|
|
|
is needed, so minimally version 3.0.0
|
2003-05-21 04:31:26 +05:30
|
|
|
|
2013-01-12 20:30:52 +05:30
|
|
|
rcs The GNU Revision Control System (RCS) can be used to manage
|
|
|
|
multiple revisions of your family trees. See info at
|
2015-08-22 14:26:51 +05:30
|
|
|
https://gramps-project.org/wiki/index.php?title=Gramps_4.2_Wiki_Manual_-_Manage_Family_Trees#Archiving_a_Family_Tree
|
2013-01-12 20:30:52 +05:30
|
|
|
Only rcs is needed, NO python bindings are required
|
|
|
|
|
2013-03-09 23:18:22 +05:30
|
|
|
PIL Python Image Library is needed to crop
|
2013-04-05 22:30:30 +05:30
|
|
|
images and also to convert non-JPG images to
|
|
|
|
JPG so as to include them in LaTeX output.
|
2015-02-03 23:13:56 +05:30
|
|
|
(For Python3 a different source may be needed,
|
|
|
|
python-imaging or python-pillow or python3-pillow)
|
2013-01-05 17:38:07 +05:30
|
|
|
|
2013-03-28 18:00:20 +05:30
|
|
|
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 18:40:28 +05:30
|
|
|
ttf-freefont More font support in the reports
|
2011-04-25 19:02:10 +05:30
|
|
|
|
2015-03-15 22:19:30 +05:30
|
|
|
goocanvas2 Required for the (user-downloadable) GraphView plugin
|
2012-01-14 20:21:01 +05:30
|
|
|
|
2015-08-05 00:13:42 +05:30
|
|
|
No longer needed in 4.2:
|
|
|
|
gir-webkit
|
2012-10-10 01:39:45 +05:30
|
|
|
No longer needed in 4.0:
|
2013-04-05 22:30:30 +05:30
|
|
|
pygoocanvas, pygtk, pyexiv2
|
2011-05-26 13:35:04 +05:30
|
|
|
No longer needed in 3.3:
|
|
|
|
python-enchant Enchant
|
2010-02-01 18:34:19 +05:30
|
|
|
No longer needed in 3.2:
|
|
|
|
python glade bindings
|
2011-05-07 18:40:28 +05:30
|
|
|
No longer needed in 3.1:
|
2015-03-16 06:06:29 +05:30
|
|
|
yelp Gnome help browser. No offline help is shipped see Gramps website for User manual
|
2003-05-21 04:31:26 +05:30
|
|
|
|
2012-11-10 13:35:48 +05:30
|
|
|
|
2002-10-20 19:55:16 +05:30
|
|
|
Documentation
|
|
|
|
---------------------------------
|
2015-03-16 06:06:29 +05:30
|
|
|
The User Manual is maintained on the Gramps website,
|
2007-08-18 14:48:43 +05:30
|
|
|
http://www.gramps-project.org/wiki/index.php?title=User_manual
|
2002-10-20 19:55:16 +05:30
|
|
|
|
|
|
|
--------------------------------
|
2011-05-07 18:40:28 +05:30
|
|
|
The Gramps Project
|
|
|
|
http://gramps-project.org
|