Sugar Learning Environment, Activity Toolkit, GTK 3.
Go to file
2006-06-07 16:08:14 -04:00
examples Change Activity so that subclasses don't have to call Activity superclass methods from the shell callbacks. Makes subclasses simpler since they don't (necessarily) have to care about OO concepts like superclasses right away. 2006-06-05 12:35:00 -04:00
sugar Force themes to be olpc, so people can get 2006-06-07 16:08:14 -04:00
autogen.sh
configure.ac s/Web Browser/Web 2006-05-23 15:46:42 -04:00
Makefile.am Refactor the directory structure to match the packages 2006-05-12 02:32:03 -04:00
pylint.sh Split up the browser, some cleanups and 2006-05-31 18:01:24 -04:00
README Make it easy to run two instances. See README 2006-05-22 22:40:49 -04:00

Dependencies
============

xulrunner
gecko-embed

http://gnome.org/~marco/olpc

Building
========

You will need gnome-common.

./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make install # make require root privileges

Running
=======

Once installed you can run sugar with

 $ sugar

To run the python sources from your source tree run

 $ sugar/sugar

Running multiple instances on the same machine
==============================================

You can use the --test command line options.
For example:

sugar/sugar --test my_nick_name1
sugar/sugar --test my_nick_name2
...