Sugar on Debian: Difference between revisions
Jump to navigation
Jump to search
RafaelOrtiz (talk | contribs) No edit summary |
RafaelOrtiz (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
= Installing sugar on Debian Unstable = |
= Installing sugar on Debian Unstable = |
||
* For now Sugar can only be installed on Unstable (SID) |
* For now [[Sugar]] can only be installed on Unstable (SID) |
||
== Steps == |
== Steps == |
||
⚫ | |||
* Follow this instructions [[Sugar_with_sugar-jhbuild]], and also check [[Sugar |
* Follow this instructions [[Sugar_with_sugar-jhbuild]], and also check [[Sugar]] |
||
* After building everything, ./sugar-jhbuild run failed because other packages were not installed on The system. The following list should be considered prerequisite to anyone wanting to run sugar on debian unstable. |
* After building everything, ./sugar-jhbuild run failed because other packages were not installed on The system. The following list should be considered prerequisite to anyone wanting to run sugar on debian unstable. |
||
Line 21: | Line 21: | ||
--James Bergstra |
--James Bergstra |
||
=== Tips === |
|||
=== Troubleshooting === |
|||
=== Other Lniks === |
|||
⚫ | |||
------- |
------- |
||
Revision as of 12:06, 4 February 2007
This article is a stub. You can help the OLPC project by expanding it.
Please contribute instructions for getting Sugar to work with Debian GNU/Linux.
Installing sugar on Debian Unstable
- For now Sugar can only be installed on Unstable (SID)
Steps
- Follow this instructions Sugar_with_sugar-jhbuild, and also check Sugar
- After building everything, ./sugar-jhbuild run failed because other packages were not installed on The system. The following list should be considered prerequisite to anyone wanting to run sugar on debian unstable.
automake1.7 gtk-doc-tools xnest libtiff-tools libtiff4 libtiff4-dev gconf2 gconf2-common libgconf2-dev dbus python-dbus avahi-daemon avahi-utils avahi-discover python-avahi network-manager-dev network-manager dhcdbd libnm-* network-manager-gnome
I recovered these packages from my shell history, by searching for 'apt-get install'. Obviously, many of them brought their own dependencies and I probably happened to some important packages installed already, so please feel free to add to this list, or make corrections.
--James Bergstra