Sugar on Fedora 7

From OLPC
Revision as of 15:34, 21 June 2007 by Bert (talk | contribs) (add libvorbis-devel)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The preferred method for building Sugar is to build from sources using sugar-jhbuild, as dependencies continue to change. A full build using sugar-jhbuild will require about 3 Gig of disk space.

Step 1: Install the build prerequisites:

sudo yum -y update
sudo yum groupinstall "Development Tools"
sudo yum groupinstall "X Software Development"
sudo yum install git intltool darcs xorg-x11-server-Xephyr \
     gstreamer-devel gstreamer-plugins-base-devel \
     fribidi-devel enchant-devel openssl-devel sqlite-devel \
     ncurses-devel expat-devel boost-devel \
     libvorbis-devel libtheora-devel speex-devel \
     docbook-style-xsl GConf2-devel gettext-devel \
     libgsf-devel gnutls-devel

Step 2: Follow the build instructions for sugar-jhbuild.