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 ---------------------------------