Sugar Learning Environment, Activity Toolkit, GTK 3.
Go to file
Marco Pesenti Gritti b4ebdfa5af Initialize profile
2006-05-23 20:03:35 -04:00
examples Initialize profile 2006-05-23 20:03:35 -04:00
sugar Simplify redirecting output to the console 2006-05-23 16:02:13 -04:00
autogen.sh Automakeify 2006-04-26 00:18:21 -04:00
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 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
...