Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/starting.rst
blob: dff5f65f86473b8223ced13c9bd793f0bd36913a (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
its corresponding activity on Sugar.