Difference between revisions of "Development Team/Jhbuild/Fedora"

From Sugar Labs
Jump to navigation Jump to search
(→‎Prerequisites: nothing else should be required)
Line 8: Line 8:
 
==Prerequisites==
 
==Prerequisites==
  
sudo yum -y update
+
Except for the packages mentioned by <code>./sugar-jhbuild depscheck</code> (please see the non-distro specific instructions) nothing else should be required.
sudo yum -y groupinstall "Development Tools"
+
If you notice that any package is required, but not mentioned by depscheck, please [http://dev.sugarlabs.org/newticket?component=sugar-jhbuild&version=Git%20as%20of%20bugdate&type=defect&summary=Need%20package%20%3cinsert%20name%20of%20package%3e%20on%20%3cinsert%20name%20of%20distribution%3e&description=%3cplease%20explain%20why%20you%20think%20the%20package%20is%20required%20%28e.g.%20error%20message%29%3e file a bug report] (login required first, but currently no automatic redirection to login page) against the sugar-jhbuild Component on the [http://dev.sugarlabs.org/ Sugar Labs bug tracker].
sudo yum -y groupinstall "X Software Development"
 
 
 
Some installations may also require
 
 
 
sudo yum -y install redhat-lsb python-devel glib glib-devel glib2-devel dbus-glib-devel \
 
  libxml2-devel popt-devel pygobject2-devel pygtk2-devel
 

Revision as of 18:23, 20 June 2009

Supported versions

Currently Fedora 10 and Fedora 11 should both work. Fedora 10 will be phased out soon.

Requirements

A full build using sugar-jhbuild will require about 3 Gig of disk space.

Prerequisites

Except for the packages mentioned by ./sugar-jhbuild depscheck (please see the non-distro specific instructions) nothing else should be required. If you notice that any package is required, but not mentioned by depscheck, please file a bug report (login required first, but currently no automatic redirection to login page) against the sugar-jhbuild Component on the Sugar Labs bug tracker.