Platform Team/Guide/Sweets Usage: Difference between revisions
| Line 73: | Line 73: | ||
* For now, {{Code|sweets}} knowns only about glucose dependencies to install them from native packages in Debian, Ubuntu, Fedora, Mandriva, openSUSE and Gentoo. | * For now, {{Code|sweets}} knowns only about glucose dependencies to install them from native packages in Debian, Ubuntu, Fedora, Mandriva, openSUSE and Gentoo. | ||
* Activities can't reuse sweets benefits. | * Activities can't reuse sweets benefits. | ||
== Run sweets from sources == | |||
git clone git://git.sugarlabs.org/0sugar/sweets.git <path> | |||
echo 'PATH=~/.local/bin:$PATH' >> ~/.bashrc | |||
ln -fs <path>/0run ~/.local/bin/0run | |||
ln -fs 0run ~/.local/bin/sweets | |||
ln -fs 0run ~/.local/bin/0launch | |||