Sugar Development Environment ----------------------------- This is a set of scripts to run Sugar Build in unsupported distributions through creating a Chroot environment. Dependencies ------------ * Debootstrap Usage ----- Install the environment the first time: $ sudo ./env.sh install Have a console to control the virtual environment, re-clone Sugar-build, etc. $ sudo ./env.sh shell See a help message: $ 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