From 0415a87b2670e3e5fafe7220bd3f520a4a07c7fd Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Fri, 17 Aug 2007 19:57:58 +0000 Subject: [PATCH] update the required packages for GRAMPS 3.0 svn: r8828 --- ChangeLog | 3 +++ README | 13 +++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2dd9c73fe..6f5b9ac88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-08-17 Benny Malengier + * README: update the required packages for GRAMPS 3.0 + 2007-08-17 Zsolt Foldvari * src/docgen/GtkPrint.py: Text report generation is almost ready... diff --git a/README b/README index e077324d2..f32a50738 100644 --- a/README +++ b/README @@ -5,10 +5,10 @@ If building from source, also read the INSTALL file (at least through the Requirements -------------------------------- The following packages *MUST* be installed in order for Gramps to work: - Python 2.3 or greater - Gnome 2.8 or greater - PyGTK2 2.4 or greater - Gnome-python 2.6 or greater + Python 2.4 or greater + PyGTK2 2.10 or greater + Python Glade bindings + librsvg2 (svg icon view) The following packages are *STRONGLY RECOMMENDED* to be installed: Reportlab Enable creation of PDF documents @@ -17,6 +17,11 @@ The following packages are *STRONGLY RECOMMENDED* to be installed: GraphViz Enable creation of graphs using GraphViz engine http://www.graphviz.org +The following packages are optional + gtkspell Enable spell checking in the notes + ttf-freefont More font support in the reports + yelp Gnome help browser. You can view our help online too + Documentation ---------------------------------