Sugar: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
Sugar is composed of a few modules, and depends on xulrunner, which is not yet packaged by distributions. The easier way to build it from sources is to use jhbuild,
Sugar is composed of a few modules, and depends on xulrunner, which is not yet packaged by distributions. The easier way to build it from sources is to use jhbuild,


* Check out jhbuild from GNOME cvs
* Check out sugar-jhbuild
git clone git://dev.laptop.org/sugar-jhbuild
$ cvs -d :pserver:anonymous@anoncvs.gnome.org:/cvs/gnome login

Logging in to :pserver:anonymous@anoncvs.gnome.org:2401/cvs/gnome
* Build sugar and his dependecies
CVS password: <press enter>
cd sugar-jhbuild
$ cvs -d :pserver:anonymous@anoncvs.gnome.org:/cvs/gnome checkout jhbuild
* Install jhbuild
./sugar-jhbuild

$ cd jhbuild
$ make
$ make install
* Create a .jhbuildrc file in your home directoy. Use [http://gnome.org/~marco/sugar.jhbuildrc sugar.jhbuildrc] as a template
* Build sugar and his dependencies
jhbuild -m http://gnome.org/~marco/sugar.modules build sugar
* Run sugar
* Run sugar
jhbuild run sugar
sugar-jhbuild run


=== Source repositories ===
=== Source repositories ===

Revision as of 19:47, 25 June 2006

  This page is monitored by the OLPC team.

About

Sugar is the core of the OLPC Environment. It's goal is to turn the Laptop into a fun, easy to use, social experience that promotes sharing and learning.

Sugar running on Fedora Core

Download

Sugar is currently under heavy development.

Build from sources

Sugar is composed of a few modules, and depends on xulrunner, which is not yet packaged by distributions. The easier way to build it from sources is to use jhbuild,

  • Check out sugar-jhbuild
git clone git://dev.laptop.org/sugar-jhbuild
  • Build sugar and his dependecies
cd sugar-jhbuild
./sugar-jhbuild
  • Run sugar
sugar-jhbuild run

Source repositories

Distribution specific

Milestones

Demo 1 - Seven Country Task Force Meeting, May 23rd 2006
Demo 2 - GUADEC, June 24th 2006

Design Reviews

Design Review 2 - Notes & Mockups

External Links