Updates
svn: r1555
This commit is contained in:
parent
c330ce332d
commit
2c42b5af8b
@ -18,14 +18,6 @@ Execute:
|
|||||||
aclocal
|
aclocal
|
||||||
automake --add-missing --gnu && autoconf && make
|
automake --add-missing --gnu && autoconf && make
|
||||||
|
|
||||||
HTML documentation is built from SGML sources via jw. It is known to work
|
|
||||||
with docbook-utils-0.6.9. There is a problem with 0.6.10, which seems to
|
|
||||||
have some messed up dsl files. If you have difficulty building the HTML
|
|
||||||
documentation with your version of jw, then remove "doc" from the SUBDIRS
|
|
||||||
list in the top-level Makefile and send a report of where the failure was to
|
|
||||||
the gramps-devel list. This distribution is tested with the style sheets
|
|
||||||
and PNG support from the gnome-doc-tools-2-1 package.
|
|
||||||
|
|
||||||
MORE INFO: Version and package info is now set in configure.in through a
|
MORE INFO: Version and package info is now set in configure.in through a
|
||||||
call to the AM_INIT_AUTOMAKE macro. The results are stored in variables
|
call to the AM_INIT_AUTOMAKE macro. The results are stored in variables
|
||||||
PACKAGE and VERSION, which then get substituted wherever necessary.
|
PACKAGE and VERSION, which then get substituted wherever necessary.
|
||||||
@ -40,8 +32,8 @@ documentation make rules (sgmldocs.make) have their own rule, but automake
|
|||||||
generates its own rule and this introduces a conflict.
|
generates its own rule and this introduces a conflict.
|
||||||
|
|
||||||
"make (un)install" now runs scrollkeeper-update to ensure
|
"make (un)install" now runs scrollkeeper-update to ensure
|
||||||
documentation database is up to date. Scrollkeeper v. > 0.1.4 should in
|
documentation database is up to date. Scrollkeeper v. > 0.3 is required
|
||||||
principle work, v. > 0.2 should see no problems.
|
to properly register documentation.
|
||||||
|
|
||||||
VERBOSE, UGLY DETAILS FOR DEVELOPERS:
|
VERBOSE, UGLY DETAILS FOR DEVELOPERS:
|
||||||
Using automake/autoconf adds many, MANY build targets to the makefiles.
|
Using automake/autoconf adds many, MANY build targets to the makefiles.
|
||||||
|
@ -13,6 +13,10 @@ Version 0.9.2
|
|||||||
and Show uncollected objects.
|
and Show uncollected objects.
|
||||||
* Option to fix missing media files during Check and Repair.
|
* Option to fix missing media files during Check and Repair.
|
||||||
* Long-awaited Export to CD.
|
* Long-awaited Export to CD.
|
||||||
|
* Save confirmation on Help->Open Example and File->New.
|
||||||
|
* Command-line options (-i -o -f -a) support is added in its experimental stage.
|
||||||
|
Please try hard to break it and report to gramps-devel.
|
||||||
|
* Man page is updated.
|
||||||
|
|
||||||
Version 0.9.1
|
Version 0.9.1
|
||||||
* Custom paper sizes may be set for reports
|
* Custom paper sizes may be set for reports
|
||||||
|
@ -8,6 +8,7 @@ The following packages *MUST* be installed in order for Gramps to work:
|
|||||||
Python 2.2 or greater
|
Python 2.2 or greater
|
||||||
Gnome 2.0 or greater
|
Gnome 2.0 or greater
|
||||||
PyGTK2 1.99.14 or greater
|
PyGTK2 1.99.14 or greater
|
||||||
|
Gnome-python 1.99.14 or greater
|
||||||
PyXML 0.7.1 or greater
|
PyXML 0.7.1 or greater
|
||||||
|
|
||||||
Many distributions already provide PyXML, but if your
|
Many distributions already provide PyXML, but if your
|
||||||
@ -22,6 +23,12 @@ The following packages are *STRONGLY RECOMMENDED* to be installed:
|
|||||||
Enable generation of thumbnails for images
|
Enable generation of thumbnails for images
|
||||||
http://www.pythonware.com/products/pil
|
http://www.pythonware.com/products/pil
|
||||||
|
|
||||||
|
If, for some reason, you can't/don't want to install PIL, at least make sure
|
||||||
|
that ImageMagick is available on your system: http://www.imagemagick.org
|
||||||
|
|
||||||
|
WITHOUT eithr PIL or ImageMagick *YOU WILL NOT BE ABLE TO USE THUMBNAILS*
|
||||||
|
for any of your images.
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
---------------------------------
|
---------------------------------
|
||||||
Gramps documentation is supplied in the form of XML files, which will be
|
Gramps documentation is supplied in the form of XML files, which will be
|
||||||
|
Loading…
Reference in New Issue
Block a user