Sugar on Fedora: Difference between revisions

From OLPC
Jump to navigation Jump to search
(→‎Step 1: Install the build prerequisites: all Fedora dependencies should be contained in sugar-jhbuild now, removing obsolete instruction)
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 3: Line 3:
{{jhbuild-nav}}
{{jhbuild-nav}}


=Sugar development on Fedora=
These instructions apply to Fedora 7, 8, 9, and 10 32- and 64-bit.


Please see [http://wiki.sugarlabs.org/ wiki.sugarlabs.org] instead.
'''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:Sugar]]

Latest revision as of 01:22, 24 August 2016

  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# 298874]  +/-  
Developer's Setup
 Fedora
 Ubuntu
 Debian
 Gentoo
 Slackware
Wiki Category
modify 

Sugar development on Fedora

Please see wiki.sugarlabs.org instead.