Sugar on Fedora Core 6: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
(Changed lists to shell code snippets for easy cutting and pasting)
Line 5: Line 5:
Carry out these three steps before installing the packages below.
Carry out these three steps before installing the packages below.


# yum -y update
sudo yum -y update
# yum groupinstall "Development Tools"
sudo yum groupinstall "Development Tools"
# yum groupinstall "X Software Development"
sudo yum groupinstall "X Software Development"


(LeJames, 2007/03/03) found that he needed the following packages in addition to the ones above:
(LeJames, 2007/03/03) found that he needed the following packages in addition to the ones above:
# yum install intltool nspr-devel expat-devel ncurses-devel docbook-style-xsl
sudo yum install intltool nspr-devel expat-devel ncurses-devel docbook-style-xsl \
# yum install libxml2-devel glib2-devel gettext-devel gtk2-devel gtk-doc
libxml2-devel glib2-devel gettext-devel gtk2-devel gtk-doc \
# yum install darcs gstreamer-devel gstreamer-plugins-base-devel
darcs gstreamer-devel gstreamer-plugins-base-devel \
# yum install fribidi fribidi-devel enchant enchant-devel
fribidi fribidi-devel enchant enchant-devel \
# yum install libxslt-devel libxslt-python GConf2-devel libgsf-devel
libxslt-devel libxslt-python GConf2-devel libgsf-devel \
# yum install xorg-x11-server-Xephyr
xorg-x11-server-Xephyr \
# yum install git (perhaps ppc only - ufg)
git (perhaps ppc only - ufg)


Step 2: Follow the build instructions for [[Sugar with sugar-jhbuild|sugar-jhbuild]].
Step 2: Follow the build instructions for [[Sugar with sugar-jhbuild|sugar-jhbuild]].

Revision as of 19:38, 22 March 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: Make sure that all build tools are installed.

Carry out these three steps before installing the packages below.

sudo yum -y update
sudo yum groupinstall "Development Tools"
sudo yum groupinstall "X Software Development"

(LeJames, 2007/03/03) found that he needed the following packages in addition to the ones above:

sudo yum install intltool nspr-devel expat-devel ncurses-devel docbook-style-xsl \
libxml2-devel glib2-devel gettext-devel gtk2-devel gtk-doc \
darcs gstreamer-devel gstreamer-plugins-base-devel \
fribidi fribidi-devel enchant enchant-devel \
libxslt-devel libxslt-python GConf2-devel libgsf-devel \
xorg-x11-server-Xephyr \
git (perhaps ppc only - ufg)

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

(gregdek, 08 feb 2007)