Sugar: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (avoid link to obsolete page)
(Massive rework: one "Getting Sugar" section, clean up redundant "Getting started" section under Develop, improve links)
Line 9: Line 9:
[[Image:Sugar.png|350px|thumb|none|Sugar running on Fedora]]
[[Image:Sugar.png|350px|thumb|none|Sugar running on Fedora]]
[[Image:Neighborhood.jpg|200px]][[Image:Home.jpg|200px]][[Image:Web1200.png|200px]]
[[Image:Neighborhood.jpg|200px]][[Image:Home.jpg|200px]][[Image:Web1200.png|200px]]

==Getting Sugar==
Sugar is available:

; on the [[XO]] laptop
: If you have an XO-1, it's running Sugar. Read [[Upgrading the XO]] to update to the latest version.

; as [[OS images]]
: You can install or upgrade an XO to a new OS image. You can also run a Sugar image using [[:Category:Emulation|emulation]] on almost any operating system, including Windows.

; as Live CDs
: You can download a [[LiveCD]] <tt>.iso</tt> file and burn it to a CD, and then boot and run it on almost any x86 PC, including x86 Macintosh.

; as packages for other Linux distributions
: You can [[:Category:Installing Sugar|install Sugar from packages]] on other Linux distributions (Fedora, Debian, Ubuntu, etc.) using [[yum]] or apt-get, and run Sugar as an alternative UI.

; as runnable source code for developers on Linux
: Developers on Linux can install from the latest source code using [[Sugar with sugar-jhbuild]].

Once you get [[Sugar]] running, take a picture of your desktop or laptop running Sugar, and leave a thumbnail and note in the relevant Talk page (the "discussion" tab) about what build you used and how it worked.


==Getting started==
==Getting started==
Line 20: Line 40:


You can restart Sugar by pressing the Ctrl-Alt-Erase keys simultaneously.
You can restart Sugar by pressing the Ctrl-Alt-Erase keys simultaneously.

==Versions of Sugar==

Sugar is available in source code for developers, recent builds for QA and other testers on XOs or in [[QEMU|emulation]], and stable builds and packages for users of XOs and of other Linux systems. You can install build images in [http://wiki.laptop.org/go/Category:Emulation virtual environments] on almost anything, including Windows.

* [[Sugar with sugar-jhbuild|Developers]] from latest source in [[git]]
* [http://xs-dev.laptop.org/~cscott/olpc/streams/ Bleeding edge], including [http://xs-dev.laptop.org/~cscott/olpc/streams/joyride joyride] and [http://xs-dev.laptop.org/~cscott/olpc/streams/faster faster]
* [http://pilgrim.laptop.org/~pilgrim/olpc/streams/update.1/ Update-1]
* [[OS_images#Latest_Stable_Build|Latest stable build]] (description) and [http://download.laptop.org/xo-1/os/official/ recent stable builds] (download)
* [[LiveCD]] ISOs, to download and burn, run on almost any x86 PC, including x86 Macintosh
* [http://wiki.laptop.org/go/Category:Installing_Sugar Category:Installing_Sugar] includes pages that explain installing from packages on Fedora, Debian, Ubuntu, and other Linux distributions using yum or apt-get. If you get them to work on other distributions, please put a note on the appropriate Wiki pages.


==Develop==
==Develop==


Developers, once you've installed Sugar, you can go on to develop for the environment.
===Getting Started===
*[[:Category:Installing Sugar|Installing Sugar]] (on various platforms)
*[[Getting started]] pages for beginning use of Sugar


===Exploring Sugar===
===Exploring Sugar===
* [http://www.redhatmagazine.com/2007/02/23/building-the-xo-introducing-sugar/ Building the XO: Introducing Sugar - Red Hat Magazine 2007-02-23]
* [http://www.redhatmagazine.com/2007/02/23/building-the-xo-introducing-sugar/ Building the XO: Introducing Sugar - Red Hat Magazine 2007-02-23]
* [[Sugar_with_sugar-jhbuild|Build]] from sources
* [[Sugar_with_sugar-jhbuild|Build]] from sources
* [[Getting started]]
* Read the human interaction [[HIG|guidelines]]
* Read the human interaction [[HIG|guidelines]]
* Get an overview of the [[Sugar Architecture|architecture]]
* Get an overview of the [[Sugar Architecture|architecture]]
* [[Sugar_Activity_Tutorial|Write]] your own activity
* [[Sugar_Activity_Tutorial|Write]] your own activity
* Check out the [[Sugar_Code_Snippets|code snippets]] library
* Check out the library of [[Sugar Code Snippets]]
* [[Understanding sugar code]] organization.
* [[Understanding sugar code]] organization.
* See a list of Sugar [[Activities|activities]] and specifications.
* See a list of Sugar [[Activities|activities]] and specifications.
Line 66: Line 72:
* Test and report [http://dev.laptop.org/newticket issues]
* Test and report [http://dev.laptop.org/newticket issues]


=== Get Sugar ===
Get Sugar~ try Sugar out, via [[Emulating the XO|emulator]] or [[LiveCd|Live CD]], on your favorite machines. Take a picture of your desktop or laptop running [[sugar]], and leave a thumbnail and note below about what build you used and how it worked.


[[Category:Sugar]]
[[Category:Sugar]]

Revision as of 23:53, 5 November 2008


  This page is monitored by the OLPC team.
  english | españolfrançaisहिन्दी日本語한국어 HowTo [ID# 178724]  +/-  


Sugar is the core of the OLPC Human Interface. Its goal is to turn the Laptop into a fun, easy to use, social experience that promotes sharing and learning.

Sugar running on Fedora

Neighborhood.jpgHome.jpgWeb1200.png

Getting Sugar

Sugar is available:

on the XO laptop
If you have an XO-1, it's running Sugar. Read Upgrading the XO to update to the latest version.
as OS images
You can install or upgrade an XO to a new OS image. You can also run a Sugar image using emulation on almost any operating system, including Windows.
as Live CDs
You can download a LiveCD .iso file and burn it to a CD, and then boot and run it on almost any x86 PC, including x86 Macintosh.
as packages for other Linux distributions
You can install Sugar from packages on other Linux distributions (Fedora, Debian, Ubuntu, etc.) using yum or apt-get, and run Sugar as an alternative UI.
as runnable source code for developers on Linux
Developers on Linux can install from the latest source code using Sugar with sugar-jhbuild.

Once you get Sugar running, take a picture of your desktop or laptop running Sugar, and leave a thumbnail and note in the relevant Talk page (the "discussion" tab) about what build you used and how it worked.

Getting started

You can explore the Sugar interface in our Getting Started guide.

Note the "Frame key" Key frame.jpg at the top-right corner of your keyboard, which toggles the presence of the Frame on and off the screen. (The Frame is the black border around the screen that holds the activity taskbar, clipboard, buddy list, etc.)

You can restart Sugar by pressing the Ctrl-Alt-Erase keys simultaneously.

Develop

Developers, once you've installed Sugar, you can go on to develop for the environment.

Exploring Sugar

Learning More

Contribute

  • Subscribe to the mailing list (here are its archives)
  • Join the irc channel
  • Give sugar some love! These are bugs in sugar which are already triaged, with good instructions on how to fix them in most cases, and can be fixed with the LiveCD.
  • Test and report issues