Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-26 21:00:06 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-26 21:00:06 (GMT)
commitc36292b130842c4af568cfbf7624d5ab8638745e (patch)
tree565d58748ff98b59894cb27afcb2b54c67133d5a
parent32bb76a3678ec926fccea3a97957791d3b17bab2 (diff)
Update to match interface changes
-rw-r--r--build.rst21
1 files changed, 19 insertions, 2 deletions
diff --git a/build.rst b/build.rst
index c62a8cc..0f666f0 100644
--- a/build.rst
+++ b/build.rst
@@ -26,7 +26,7 @@ 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
+ make
Finally run it::
@@ -96,8 +96,25 @@ auto-install
check-system
Check that all the necessary dependencies are installed in your system.
+pull
+ Pull the latest source code. All modules are pulled unless one is
+ specified. For example with make::
+
+ make pull-sugar
+
+ And inside the shell::
+
+ pull sugar
+
build
- Build the source code.
+ Build the source code. All the modules are built unless one is specified.
+ For example with make::
+
+ make build-sugar
+
+ And inside the shell::
+
+ build sugar
run
Run sugar.