Platform Team/Guide/Sweets Usage: Difference between revisions

No edit summary
Line 66: Line 66:


  sweets -R upgrade
  sweets -R upgrade
== Run sweets from sources ==
git clone git://git.sugarlabs.org/0sugar/sweets.git ''<install-path>''
echo 'PATH=~/.local/bin:$PATH' >> ~/.bashrc
ln -fs ''<install-path>''/0run ~/.local/bin/0run
ln -fs 0run ~/.local/bin/sweets
ln -fs 0run ~/.local/bin/0launch


== Current limitations ==
== Current limitations ==
Line 73: Line 81:
* 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