Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README27
1 files changed, 24 insertions, 3 deletions
diff --git a/README b/README
index a2dde08..91b202c 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
Sugar Development Environment
-----------------------------
-This is a set of scripts to run Sugar Build in unsupported distributions
-through creating a Chroot environment.
+This is a set of scripts to run Sugar Build in unsupported
+distributions through creating a Chroot environment.
Dependencies
------------
@@ -15,7 +15,8 @@ Install the environment the first time:
$ sudo ./env.sh install
-Have a console where use Sugar Build:
+Have a console to control the virtual environment, re-clone
+Sugar-build, etc.
$ sudo ./env.sh shell
@@ -26,4 +27,24 @@ $ sudo ./env.sh help
Using Sugar Build
-----------------
+Make works to control Sugar Build as in the chrooted environment.
+
See http://sugarlabs.org/~buildbot/docs/
+
+Developing
+----------
+
+The source of the components is linked to the ./sources directory, so
+you can edit them and then type:
+
+$ sudo make run
+
+To build the edited component/s and run Sugar.
+
+A directory called 'activities' is linked to have a communicated
+directory with the virtual environment. At the moment, it's a good
+place to have cloned git repositories and install them through:
+
+$ sudo make shell
+[$] cd activities/foo
+[$] python setup.py dev