Sugar on Fedora Core 6: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (re-categorization)
m (wikifed Fedora)
Line 1: Line 1:
If you have not installed any development packages
If you have not installed any development packages


(assuming a default install of Fedora core 6)
(assuming a default install of [[Fedora Core]] 6)


Carry out these three steps before installing the packages below.
Carry out these three steps before installing the packages below.
Line 12: Line 12:
(assumes some developer tools have been installed)
(assumes some developer tools have been installed)


You will need some packages from the Fedora Core repositories.
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
You can download the [[Sugar]] environment from here http://hg.fedoraproject.org/hg/olpc/applications/sugar--devel



Revision as of 17:05, 17 January 2007

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.

  1. yum -y update
  2. yum groupinstall "Development Tools"
  3. 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 mozilla \
  mozilla-devel avahi avahi-glib avahi-tools 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

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 use sugar-jhbuild.