Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-14 09:54:21 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-14 09:54:21 (GMT)
commit4c25e94a3e5c3a72e92cf7370e3c282c349bba01 (patch)
tree10082aa578b9f76f331d97c6634e5a08bbf705c3
parent1dd63f97683eb7d4f30f4d73af30b1b9b4267232 (diff)
Doing just make run is confusing
-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::