Sugar on Fedora Core 5

From OLPC
Revision as of 12:54, 28 June 2006 by RobertTaylor (talk | contribs) (Setting up Sugar for Fedora Core 5)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Sugar Setup on Fedora Core 5

Note: This is a work in progress.


Contents [hide] 1 Get and install mercurial 2 Get Sugar from repository

[edit]gecko-embed [edit]pre-requisites I checked out gecko embed and compiled it, but before I did that I had to install a set of packages:

mozilla-xulrunner: you can install it from the yast package manager mozilla-nss-devel: you can't install it with the default packages on package manager, but you can download it directly from suse's online repository gecko-sdk: This is the equivelent of the xulrunner-devel in fedora talk, and you can get it from suse's online repository as well Had to compile avahi and install it. no details, if someone went through this recently, please update with details [edit]compile geck embed First you need to check it out from cvs. Use the following command: cvs -d :pserver:anonymous@anoncvs.gnome.org:/cvs/gnome co gecko-embed cd into the gecko-embed folder and run autogen.sh (./autogen.sh) run make run "make install" as root (or use sudo if you're a good linux citizen)