Changes

From Gramps

Brief introduction to SVN

2 bytes removed, 08:27, 10 February 2010
m
Prepare it
=== Prepare it ===
Now go into the <code>gramps30trunk</code> directory and type
./autogen.sh
You will get warnings of missing packages that GRAMPS needs to build from source. The most common warnings are, that you miss the gnome-common package if you run under Linux and Gnome. If you run Ubuntu install via Synaptic the 'gnome-common' (version 2.20.0-0ubuntu1): common scripts and macros to develop with GNOME: gnome-common is an extension to autoconf, automake and libtool for the GNOME
environment and GNOME using applications. Included are gnome-autogen.sh and several macros to help in both GNOME and GNOME 2.0 source trees. Install these and/or any other missing packages, read INSTALL and README file in the gramps30 ''trunk'' dir for pointers. An important library is also libglib2.0-dev. Check whether your system has this package installed.
This will execute the make command too. If not, type after the above
make

Navigation menu