bundlebuilder it's the part of sugar that manipulates .xo bundles (.zip files for activities)
and it needs git that it is not installed by default.
so all you have to do is:
yum install git
then vi [2]. (installed by default on the XO). Emacs or another editor and possibly in a near future an activity like develop [3] (still unfinished)
or similar allowing to have a python-IDE inside sugar
[1]http://en.flossmanuals.net/Sugar/Overview
[2]http://dancingpenguinsoflight.com/2009/02/python-and-vim-make-your-own-ide/
[3]http://activities.sugarlabs.org/en-US/sugar/addon/4058
1 comment:
Actually I never understand people who think about sugar as a an OS or something that requires the system that needs to be especially prepared for sugar.
Sugar is just 4-5 python (mostly) based core components + [99% of sugar] activities placed to ~/Activities.
For example on all systems I use sugar via sweets[1], "sweets sugar" or "sweets sugar:emulator" command call
(on regular desktop and on XOs I have). It just runs (and cook all needed deps) python and sugar on it.
[1] http://wiki.sugarlabs.org/go/Platform_Team/Guide/Core_development#Launch_sugar
Post a Comment