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

From Sugar Labs
Jump to navigation Jump to search
(→‎Prerequisites: remove obsolete note about depscheck failing without DISPLAY)
Line 11: Line 11:
 
  sudo yum -y groupinstall "Development Tools"
 
  sudo yum -y groupinstall "Development Tools"
 
  sudo yum -y groupinstall "X Software Development"
 
  sudo yum -y groupinstall "X Software Development"
 
;NOTE: the dependency check will fail if you don't have a DISPLAY set.
 

Revision as of 07:31, 22 May 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

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