Codebase list sugar-toolkit-gtk3 / v0.119
v0.119

Tree @v0.119 (Download .tar.gz)

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](https://github.com/sugarlabs/sugar).

To install Sugar Toolkit alone without Sugar desktop,

```
sudo apt install python-sugar3
```

Installing on Fedora
--------------------

Automatically done when you install [Sugar
desktop](https://github.com/sugarlabs/sugar).

To install Sugar Toolkit alone without Sugar desktop,

```
sudo dnf install sugar-toolkit-gtk3
```

Building
--------

Sugar Toolkit follows the [GNU Coding
Standards](https://www.gnu.org/prep/standards/).

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

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