Sugar Learning Environment, Activity Toolkit, GTK 3.
Go to file
James Cameron aca045bde2 Reduce width of exception handler for linfo file
ParsingError is only expected during read.
2019-12-27 14:15:39 +11:00
bin
doc Release Sugar 0.116 unstable 2019-09-05 10:29:23 +10:00
examples
m4
po Fix replace broken locale ig with newer but ISO 639-2 named ibo 2019-09-12 18:13:59 +10:00
src Reduce width of exception handler for linfo file 2019-12-27 14:15:39 +11:00
tests
.flake8 Add flake8 suppression 2019-03-13 15:01:07 +11:00
.gitignore Add distributed source to .gitignore 2019-03-28 15:29:02 +11:00
AUTHORS
autogen.sh
configure.ac Release Sugar 0.116 unstable 2019-09-05 10:29:23 +10:00
COPYING
MAINTAINERS
make-doc.sh
Makefile.am Fix check-po target of Makefile and update LINGUAS 2019-06-11 08:11:20 +10:00
README.md README - add build and install 2017-07-19 12:38:43 +10:00

Sugar Toolkit

Sugar Toolkit provides services and a set of GTK+ widgets to build activities and other Sugar components on Linux based computers.

This is the GTK+ 3 binding of the Sugar Toolkit.

https://www.sugarlabs.org/

https://wiki.sugarlabs.org/

Installing on Debian or Ubuntu

Automatically done when you install Sugar desktop.

To install Sugar Toolkit alone without Sugar desktop,

sudo apt install python-sugar3

Installing on Fedora

Automatically done when you install Sugar desktop.

To install Sugar Toolkit alone without Sugar desktop,

sudo dnf install sugar-toolkit-gtk3

Building

Sugar Toolkit follows the GNU Coding Standards.

Install all dependencies, especially sugar-artwork and sugar-datastore.

Clone the repository, run autogen.sh, then make and make install.