You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1001 B
Markdown

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`.