Sugar Learning Environment, Activity Toolkit, GTK 3.
Go to file
James Cameron 122284bd77 Build by default for python 3
5fa33b2 introduced build for either python 2 or python 3, with the
default of python 2.

`configure` and `autogen.sh` now accept `--with-python3` or
`--with-python2` options, with the default of python 3.

Signed-off-by: James Cameron <quozl@laptop.org>
2020-02-29 02:35:35 +01:00
bin
doc Release Sugar 0.116 unstable 2019-09-05 10:29:23 +10:00
examples
m4
po translate.sugarlabs.org synchronisation {uk} 2019-12-30 16:44:49 +11:00
src Add --from-code parameter to xgettext for a python3 activity 2020-02-24 12:53:28 +11:00
tests
.flake8
.gitignore
AUTHORS
autogen.sh
configure.ac Build by default for python 3 2020-02-29 02:35:35 +01:00
COPYING
MAINTAINERS
make-doc.sh
Makefile.am
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.