Sugar on Slackware: Difference between revisions
No edit summary |
|||
Line 31: | Line 31: | ||
ln -s /usr/local/xserver-xephyr/bin/Xephyr /usr/local/bin/Xephyr |
ln -s /usr/local/xserver-xephyr/bin/Xephyr /usr/local/bin/Xephyr |
||
= Testing Sugar = |
|||
When using [[Sugar_with_sugar-jhbuild|sugar-jhbuild]], you can use: |
|||
./sugar-jhbuild run |
|||
If you want to run Sugar code from the shell/terminal/console: |
|||
./sugar-jhbuild shell |
|||
You can start the sugar shell from this environment with: |
|||
sugar-emulator |
|||
[[Category:Installing Sugar]] |
[[Category:Installing Sugar]] |
Revision as of 00:34, 26 December 2007
Developer's Setup |
Fedora |
Ubuntu |
Debian |
Gentoo |
Slackware |
Wiki Category |
modify |
Installing sugar on Slackware 12
Get sugar-jhbuild
Get sugar-jhbuild through git as described in Sugar with sugar-jhbuild (you'll need git installed).
Run sugar-jhbuild
cd sugar-jhbuild ./sugar-jhbuild update ./sugar-jhbuild build
For each dependency that will fail google for the source code and compile it with the default options (read below to install xephyr).
Start with gstreamer, avahi, darcs and then proceed with the python modules. Some python modules will require some gnome libraries to be installed and you may need to update to a newer gtk version.
Xephyr
Xephyr is part of xorg kdrive, and it's not built in Slackware.
Get xorg-server-1.3.0.0 source code (it is the version that ships with Slackware 12).
Build it with:
./configure --prefix=/usr/local/xserver-xephyr --exec-prefix=/usr/local/xserver-xephyr --enable-kdrive --enable-xephyr && make && make install
You may want to choose another path (/usr/local/xserver-xephyr), but don't overwrite the default installation unless you really know what you're doing.
Then make a symbolic link for the xephyr executable to be found:
ln -s /usr/local/xserver-xephyr/bin/Xephyr /usr/local/bin/Xephyr
Testing Sugar
When using sugar-jhbuild, you can use:
./sugar-jhbuild run
If you want to run Sugar code from the shell/terminal/console:
./sugar-jhbuild shell
You can start the sugar shell from this environment with:
sugar-emulator