Sugar on Debian: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(15 intermediate revisions by 11 users not shown) | |||
Line 1: | Line 1: | ||
{{Stub}} |
|||
{{jhbuild-nav}} |
{{jhbuild-nav}} |
||
== Page moved to Sugar Labs == |
|||
Please contribute instructions for getting [[Sugar]] to work with [http://debian.org/ Debian GNU/Linux]. |
|||
'''This page has been [http://wiki.sugarlabs.org/go/Community/Distributions/Debian moved] to the Sugar Labs wiki.''' |
|||
------- |
|||
= Installing sugar on Debian Unstable = |
|||
== |
== See also == |
||
⚫ | |||
aptitude install git-core |
|||
Get sugar-jhbuild through git as described in [[Sugar with sugar-jhbuild]]. |
|||
== Run sugar-jhbuild == |
|||
cd sugar-jhbuild |
|||
./sugar-jhbuild update |
|||
./sugar-jhbuild build |
|||
If update fails with: |
|||
ImportError: No Module name ctypes |
|||
Try running |
|||
aptitude install python-ctypes |
|||
Plenty of dependencies are likely to fail. |
|||
For build-base, you should need: |
|||
aptitude install libtool libsqlite3-dev libnspr4-dev docbook-xsl intltool |
|||
Now, this is ALL you need if you want to spend many hours compiling many packages: |
|||
== The Dependencies == |
|||
You have two ways to get the dependencies: Build-base and building/installing packages manually from sid archives. |
|||
=== Alternative 1: Build Base === |
|||
This is easy, but it takes a long time and builds custom versions of all the dependencies (rather than getting them through apt). |
|||
./sugar-jhbuild build-base |
|||
This takes a long time, but will work. After that, do 'build' and 'run'. |
|||
=== Alternative 2: Install dependency libraries directly from Debian Sid === |
|||
* [http://wiki.debian.org/DebianEdu/OLPC/Sugar Debian Sugar build dependencies] |
|||
== Debian-OLPC == |
|||
* Now there is an debian-olpc project [http://alioth.debian.org/projects/debian-olpc/ alioth debian-olpc] |
|||
* You can join the [http://alioth.debian.org/mail/?group_id=31108 mail lists] |
|||
== External links == |
|||
* [http://el-directorio.org/SuGar Documentation in Spanish] |
|||
⚫ | |||
=Problems and Solutions= |
|||
* It seems plausible that while run dependency check, python-cairo and gtk2.0 have problems while instaling dependencies, (dev libraries) try installing first the gtk2.0 libraries, that should erase the dependence on python-cairo. |
|||
------- |
|||
[[Category:Installing Sugar]] |
[[Category:Installing Sugar]] |
||
[[Category:Python]] |
Latest revision as of 18:52, 25 September 2010
Developer's Setup |
Fedora |
Ubuntu |
Debian |
Gentoo |
Slackware |
Wiki Category |
modify |
Page moved to Sugar Labs
This page has been moved to the Sugar Labs wiki.