Changes

Jump to: navigation, search

Brief introduction to SVN

977 bytes removed, 19:15, 30 September 2012
m
Prepare it
=== Prepare it ===
Now go into the <code>trunk</code> directory and type
python setup./autogen.shYou will get warnings of missing packages that GRAMPS needs to py 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 GNOMEenvironment 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 ''trunk'' dir for pointers. An important library is also libglib2.0-dev. Check whether your system has this package installed.A list of package requirements can be found on the [[Installation#Linux_package_requirements|Installation]] page.This will execute the make command too. If not, type after the above make
{{man warn|1=Warning|2=Do not install the development versionif you don't know how to version python modules. That is, do '''not''' type {{man label|sudo make python setup.py install}}. }}
==== Building with Fedora 8 - 10 ====
<code>
yum install gnome-common intltool glib2-devel gnome-doc-utils gcc emacs gettext subversion make rcs
</code>
Now you can run the '''./autogen.sh''' script and then '''make'''.
==== Windows ====

Navigation menu