Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/build.rst
diff options
context:
space:
mode:
Diffstat (limited to 'build.rst')
-rw-r--r--build.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.rst b/build.rst
index 89d7de5..e375bf5 100644
--- a/build.rst
+++ b/build.rst
@@ -27,11 +27,15 @@ Then enter the main directory and build the source code. It may take some
time, depending on your distribution, computer and network speed::
cd sugar-build
+ make build
+
+Finally run it with::
+
make run
If anything goes wrong, you can check if there are known problems with the
source code, by looking at the
-`buildbot status <http://buildbot.sugarlabs.org/waterfall?category=production>`_. If it's red
+`buildbot status <http://buildbot.sugarlabs.org/waterfall`_. If it's red
than something is wrong and hopefully developers will fix it soon. If it's
green than the issue is probably not yet known and you should report it.
You can generate useful debug information with::