Sugar on Ubuntu: Difference between revisions

From OLPC
Jump to navigation Jump to search
mNo edit summary
 
(195 intermediate revisions by 100 users not shown)
Line 1: Line 1:
{{jhbuild-nav}}
==Installation==


== Page moved to Sugar Labs ==
The easiest way to install [[Sugar]] on Ubuntu is to use Sugar-jhbuild. The instructions on this page are for Ubuntu 6.06 "Dapper Drake."


'''This page has been [http://wiki.sugarlabs.org/go/Community/Distributions/Ubuntu moved] to the Sugar Labs wiki.'''
=== apt-get the prerequisites ===


You need a number of packages from the Ubuntu repositories. Some of these packages are not available for the stock Ubuntu install, and you may need to enable the ''universe'' and ''multiverse'' repositories.

FIXME: mozilla-dev clashes with firefox-dev

sudo apt-get install build-essential cvs subversion libgtk2.0-dev libidl-dev \
gnome-common gtk-doc-tools libxt-dev automake1.7 automake1.9 python-gtk2-dev \
python2.4-avahi git-core cogito python-dev avahi-utils mozilla-dev \
libgconf2-dev xnest matchbox-window-manager

There may be more packages required; if you find any more, please append them to this list.

=== Using Sugar-jhbuild ===

Use of Sugar-jhbuild is detailed on [[Sugar#Build_from_sources|building Sugar from sources]]. To summarize those instructions:

git clone git://dev.laptop.org/sugar-jhbuild
cd sugar-jhbuild
./sugar-jhbuild

If you were looking for the instructions that were here previously that detailed pulling libraries from CVS/git, check the revisions for this page.

=== Testing sugar ===

When using [[Sugar_with_sugar-jhbuild|sugar-jhbuild]], you can use:

./sugar-jhbuild run

If you want to run Sugar from the source tree enter in a jhbuild shell:

./sugar-jhbuild shell

Then from the directory sugar-jhbuild/source/sugar), use:

shell/sugar



[[Category:Developers]]
[[Category:Sugar]]
[[Category:Installing Sugar]]
[[Category:Installing Sugar]]
[[Category:Software development]]

Latest revision as of 18:49, 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.