Sugar on Fedora: Difference between revisions
Jump to navigation
Jump to search
Sascha silbe (talk | contribs) (→Step 1: Install the build prerequisites: all Fedora dependencies should be contained in sugar-jhbuild now, removing obsolete instruction) |
Sascha silbe (talk | contribs) (obsolete) |
||
Line 3: | Line 3: | ||
{{jhbuild-nav}} |
{{jhbuild-nav}} |
||
This page is obsolete, please see [http://wiki.sugarlabs.org/go/DevelopmentTeam/Jhbuild DevelopmentTeam/Jhbuild on wiki.sugarlabs.org] and [http://wiki.sugarlabs.org/go/DevelopmentTeam/Jhbuild/Fedora DevelopmentTeam/Jhbuild/Fedora on wiki.sugarlabs.org] instead. |
|||
These instructions apply to Fedora 7, 8, 9, and 10 32- and 64-bit. |
|||
'''This is preferred method for core Sugar developers''', as dependencies change continually. |
|||
==Requirements== |
|||
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 -y groupinstall "Development Tools" |
|||
sudo yum -y groupinstall "X Software Development" |
|||
;NOTE: the dependency check will fail if you don't have a DISPLAY set. |
|||
;NOTE: If you are trying to install Fedora under emulation check out [[Emulated Sugar-jhbuild]]. |
|||
==Step 2: version-specific steps == |
|||
===Fedora 9 64-bit=== |
|||
Fedora 9 rawhide package solves the Xephyr problem on 64-bit Fedora |
|||
yum --enablerepo=rawhide update xorg-x11-server-Xephyr |
|||
At the time of this writing the new Xephyr version was xorg-x11-server-Xephyr-1.4.99.906-5.fc10.x86_64 |
|||
==Step 3: Follow the standard build instructions == |
|||
Follow the [[Sugar_with_sugar-jhbuild#Checkout_sugar-jhbuild|standard build instructions]] |
|||
[[Category:Installing Sugar]] |
[[Category:Installing Sugar]] |
Revision as of 13:16, 17 March 2009
This page is monitored by the OLPC team.
Please copy/paste "{{Translationlist | xx | origlang=en | translated={{{translated}}}}}" (where xx is ISO 639 language code for your translation) to Sugar on Fedora/translations | HowTo [ID# 198954] +/- |
Developer's Setup |
Fedora |
Ubuntu |
Debian |
Gentoo |
Slackware |
Wiki Category |
modify |
This page is obsolete, please see DevelopmentTeam/Jhbuild on wiki.sugarlabs.org and DevelopmentTeam/Jhbuild/Fedora on wiki.sugarlabs.org instead.