gramps/gramps
Don Allingham 579aa3e6e1 Debug
svn: r862
2002-03-27 04:42:38 +00:00
..
doc New images for manual 2002-03-17 23:56:19 +00:00
example Fixed example files 2002-03-06 02:44:48 +00:00
src Debug 2002-03-27 04:42:38 +00:00
.cvsignore
configure docgen directory fixes to makefiles and configure 2002-01-29 22:51:58 +00:00
configure.in docgen directory fixes to makefiles and configure 2002-01-29 22:51:58 +00:00
COPYING
gramps.sh.in Changed LIB_PRELOAD to LD_PRELOAD to fix the Mandrake problem 2001-12-24 01:49:35 +00:00
gramps.spec Update for 0.7.2 2002-03-17 15:50:42 +00:00
install-sh
Makefile.in Clean up after move to docgen directory 2002-01-29 00:49:47 +00:00
NEWS Final changes for 0.7.2 2002-03-17 23:47:19 +00:00
py-compile
README New Descendant Graph report, along with various report enhancements 2002-01-05 19:55:03 +00:00
TODO Start of documentation cleanup 2002-03-17 15:46:24 +00:00

Please read the COPYING file first.

Requirements
--------------------------------
Python 1.5.2 or greater
Gnome 1.2 or greater
PyGnome 1.0.53 or greater

If you are using python 1.5.2, you may also need PyXML 0.6.2 or
greater. Many distributions already provide this, but if your
installation does not have it, you can get it from
http://sourceforge.net/project/showfiles.php?group_id=6473

Building on non-Linux systems: i18n support and GNU make
--------------------------------------------------------

Linux has libintl (GNU gettext) built-in the C library. Other systems
are likely to have libintl as a separate or optional library. Also,
other systems may have a different make utility.

On those systems, like FreeBSD, you must tell configure where to find
the libintl library and the libintl.h include file:

CPPFLAGS="-I/usr/local/include -L/usr/local/lib" ./configure --prefix=/usr/local

Once you have done this, if make fails, use gmake (the name FreeBSD
gives to GNU make) instead.

--------------------------------
Donald Allingham
dallingham@users.sourceforge.net