From 1d6bb19cb3bbbb25913bd4c71c2fe72f4d66b092 Mon Sep 17 00:00:00 2001 From: Daniel Francis Date: Sat, 26 Jan 2013 01:51:39 +0000 Subject: Document recent changes Signed-off-by: Daniel Francis --- 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 -- cgit v0.9.1