Sugar on Fedora 7: Difference between revisions
Jump to navigation
Jump to search
(New page: '''The preferred method for building Sugar is to build from sources using sugar-jhbuild''', as dependencies continue to change. A full build using sugar-jhbui...) |
mNo edit summary |
||
| Line 1: | Line 1: | ||
'''The preferred method for building Sugar is to build from sources using [[Sugar with sugar-jhbuild|sugar-jhbuild]]''', as dependencies continue to change. A full build using sugar-jhbuild will require about 3 Gig of disk space. |
'''The preferred method for building Sugar is to build from sources using [[Sugar with sugar-jhbuild|sugar-jhbuild]]''', as dependencies continue to change. A full build using sugar-jhbuild will require about 3 Gig of disk space. |
||
Step 1: |
Step 1: Install the build prerequisites: |
||
Carry out these three steps before installing the packages below. |
|||
sudo yum -y update |
sudo yum -y update |
||
sudo yum groupinstall "Development Tools" |
sudo yum groupinstall "Development Tools" |
||
sudo yum groupinstall "X Software Development" |
sudo yum groupinstall "X Software Development" |
||
Additional packages to satisfy sugar-jhbuild dependencies: |
|||
sudo yum install git intltool darcs xorg-x11-server-Xephyr \ |
sudo yum install git intltool darcs xorg-x11-server-Xephyr \ |
||
gstreamer-devel gstreamer-plugins-base-devel \ |
gstreamer-devel gstreamer-plugins-base-devel \ |
||
Revision as of 23:00, 20 June 2007
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 libtheora-devel \
speex-devel docbook-style-xsl GConf2-devel gettext-devel \
libgsf-devel gnutls-devel
Step 2: Follow the build instructions for sugar-jhbuild.