Sugar on Fedora Core 6: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No 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 2 Gig of disk space. |
|||
'''Sugar currently does not build on Fedora Core 6 python 2.5 and xulrunner/firefox 1.8/1.9 are required. |
|||
These packages are not available in the official fedora repositories.''' |
|||
If you have not installed any development packages |
|||
(assuming a default install of [[Fedora Core]] 6) |
|||
Carry out these three steps before installing the packages below. |
|||
# yum -y update |
|||
# yum groupinstall "Development Tools" |
|||
# yum groupinstall "X Software Development" |
|||
==Install required packages== |
|||
(assumes some developer tools have been installed) |
|||
You will need some packages from the [[Fedora Core]] repositories. |
|||
You can download the [[Sugar]] environment from here http://hg.fedoraproject.org/hg/olpc/applications/sugar--devel |
|||
Or you can use yum, as root, to install them: |
|||
yum install git gcc gcc-c++ autoconf automake libtool automake17 firefox \ |
|||
firefox-devel Xulrunner Xulrunner-devel avahi avahi-glib avahi-tools avahi-devel xorg-x11-server-Xnest \ |
|||
libXdamage-devel docbook-style-xsl gtk-doc libtiff-devel libjpeg-devel libXt-devel perl-XML-Parser \ |
|||
gnome-common libgsf-devel libgnomeprint22-devel libgnomeprintui22-devel \ |
|||
enchant-devel fribidi-devel python python-devel gstreamer gstreamer-devel gstreamer-plugins \ |
|||
gstreamer-plugins-base-devel Xephyr |
|||
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 [[Sugar with sugar-jhbuild|use sugar-jhbuild]]. |
|||
(gregdek, 03 feb 2007) |
|||
[[Category:Installing Sugar]] |
[[Category:Installing Sugar]] |
Revision as of 17:32, 3 February 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 2 Gig of disk space.
(gregdek, 03 feb 2007)