Sugar Learning Environment, Activity Toolkit, GTK 3.
Go to file
James Cameron 78309a2b8e Update POT file
No string changes.

Line number changes only.
2019-03-13 14:52:21 +11:00
bin Port from Python 2 to six 2019-03-13 14:23:06 +11:00
doc Port from Python 2 to six 2019-03-13 14:23:06 +11:00
examples Port from Python 2 to six 2019-03-13 14:23:06 +11:00
m4
po Update POT file 2019-03-13 14:52:21 +11:00
src Port from Python 2 to six 2019-03-13 14:23:06 +11:00
tests Port from Python 2 to six 2019-03-13 14:23:06 +11:00
.gitignore
AUTHORS
autogen.sh
configure.ac Port from Python 2 to six 2019-03-13 14:23:06 +11:00
COPYING
MAINTAINERS
make-doc.sh
Makefile.am Port from Python 2 to six 2019-03-13 14:23:06 +11:00
README.md

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.