Sugar Learning Environment, Activity Toolkit, GTK 3.
Go to file
2006-05-23 12:42:26 -04:00
examples Add a sample activity. Too bad gmail crashes the 2006-05-18 01:17:40 -04:00
sugar Fix some spacing issues; catch exceptions in XMLRPC client code and return result status (success or failure) to XMLRPC client callback 2006-05-23 12:42:26 -04:00
autogen.sh
configure.ac merge 2006-05-21 21:31:57 -04:00
Makefile.am Refactor the directory structure to match the packages 2006-05-12 02:32:03 -04:00
pylint.sh Merge SVGdraw.py 2006-05-15 14:48:08 -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
...