3,245
edits
Changes
From Gramps
→Prepare it
{{man warn|1=Warning|2=Do not install the development version. That is, do '''not''' type {{man label|sudo make install}}. }}
=== Some build experience with Fedora 8 ===
You can use the command line to install gnome-common. As root:
<code>
#yum install gnome-common
</code>
This will install the 2.18.0 version. Also install intltool as root:
<code>
#yum install intltool
</code>
This installed the version 0.36.2 (only 89k). It also takes care of some of the needed dependencies like auto-conf (2.16.9) and automake (1.10.6)
There were still some problems to run autogen script, so I installed gettext. Finally i had to install
<code>
#yum install glib2-devel
</code>
This got rid of all the errors (I struggle a while to get rid off the glib-gettext.m4 error).
Now you can run the ./autogen script and do make.
=== Run the development version ===