Sugar Learning Environment, Activity Toolkit, GTK 3.
Go to file
James Cameron a62bb885fc Port to Python 3 - use rb for message catalog file
Reported and patch proposed by Bas Hulsken.

Fixes https://github.com/sugarlabs/sugar-toolkit-gtk3/issues/425

Signed-off-by: James Cameron <quozl@laptop.org>
2019-08-12 07:49:06 +10:00
bin
doc
examples
m4
po Fix check-po target of Makefile and update LINGUAS 2019-06-11 08:11:20 +10:00
src
tests
.flake8
.gitignore
AUTHORS
autogen.sh
configure.ac
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

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.