gramps/gramps
2002-01-03 18:12:03 +00:00
..
doc Getting ready for 0.6.0 2001-11-11 00:55:56 +00:00
example no message 2001-08-07 21:10:19 +00:00
src Fixed local flag not being set on image import 2002-01-03 18:09:32 +00:00
.cvsignore Patches from David Hamption - .cvsignore addtions and sorting 2001-09-08 23:27:16 +00:00
configure LDS support for marriages 2001-12-19 02:02:59 +00:00
configure.in LDS support for marriages 2001-12-19 02:02:59 +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 Fixed typo 2001-12-23 22:36:04 +00:00
install-sh
Makefile.in Don't install example files 2001-11-11 03:03:29 +00:00
NEWS Preparation for 0.7.0 release 2001-12-23 22:29:09 +00:00
py-compile Preparing for 0.2.0 2001-06-04 01:43:11 +00:00
README Added Marco Molteni's note on building for FreeBSD 2002-01-03 18:12:03 +00:00
TODO Preparation for 0.7.0 release 2001-12-23 22:29:09 +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

PyXML 0.6.2 or greater (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