Sugar on Fedora Core 5: Difference between revisions
Jump to navigation
Jump to search
(add docbook package) |
m (split yum install line over multiple lines) |
||
Line 1: | Line 1: | ||
==Install required packages== |
==Install required packages== |
||
You will need some packages from the Fedora Core repositories. You can use yum, as root, to install them: |
|||
As root user, install the building tools using Yum: |
|||
yum install git gcc gcc-c++ autoconf automake libtool python-devel pygtk2-devel |
yum install git gcc gcc-c++ autoconf automake libtool python-devel pygtk2-devel \ |
||
gtk2-devel libwnck-devel mozilla mozilla-devel avahi avahi-glib avahi-tools \ |
|||
org-x11-server-Xnest GConf2-devel docbook-style-xsl |
|||
There may be more packages required; if you find any more, please append them to this list. |
|||
==Build== |
==Build== |
Revision as of 15:57, 24 July 2006
Install required packages
You will need some packages from the Fedora Core repositories. You can use yum, as root, to install them:
yum install git gcc gcc-c++ autoconf automake libtool python-devel pygtk2-devel \ gtk2-devel libwnck-devel mozilla mozilla-devel avahi avahi-glib avahi-tools \ org-x11-server-Xnest GConf2-devel docbook-style-xsl
There may be more packages required; if you find any more, please append them to this list.
Build
The easiest way to build Sugar from sources is to use sugar-jhbuild.