Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/_build/html/_sources/starting.txt
blob: 955da4f34b704ba34aef372106d2c4c814ef9d6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
First steps
===========

Getting Sweetener
-----------------

Sweetener is available on Git.
To get all the packages in a stable version and have an example,
write in a console:

::

   $ git clone git://git.sugarlabs.org/sweetener/sweetener.git
   $ cd sweetener
   $ git submodule init
   $ git submodule update
   $ make activity
   $ python setup.py dev
   $ make install

Now you have a hello world application in the applications->accesories menu and
it's corresponding activity on Sugar.