Sugar Learning Environment, Activity Toolkit, GTK 3.
Go to file
Marco Pesenti Gritti 09353c0154 Merge
2006-06-07 13:26:38 -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 Merge 2006-06-07 13:26:38 -04:00
autogen.sh
configure.ac s/Web Browser/Web 2006-05-23 15:46:42 -04:00
Makefile.am
pylint.sh Split up the browser, some cleanups and 2006-05-31 18:01:24 -04:00
README

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
...