Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:  
This guide describes how to use Sugar Labs' Packaging Management System to distribute software projects. See also the [[Platform_Team/Sweets|introduction page]] and [[Platform_Team/Guide/Sweets_Usage|Usage guide]].
 
This guide describes how to use Sugar Labs' Packaging Management System to distribute software projects. See also the [[Platform_Team/Sweets|introduction page]] and [[Platform_Team/Guide/Sweets_Usage|Usage guide]].
 +
 +
== Run Sweets from sources ==
 +
 +
In addition to the [[Platform_Team/Guide/Sweets_Usage#Install|bundle install]], running from sources will be useful for people who prefer to use recent {{Code|sweets}}.
 +
 +
* Clone sweets sources and install it (after the first run, you need to relogin to take into account the new PATH value, then just run {{Code|sweets}} command):
 +
 +
git clone git://git.sugarlabs.org/sdk/sweets.git
 +
cd sweets
 +
git submodule init
 +
git submodule update
 +
./sweets upgrade
    
== Development workflow with sweets ==
 
== Development workflow with sweets ==

Navigation menu