Sugar on Fedora Core 5: Difference between revisions
Jump to navigation
Jump to search
RobertTaylor (talk | contribs) (Setting up Sugar for Fedora Core 5) |
RobertTaylor (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
[edit]gecko-embed |
[edit]gecko-embed |
||
[edit]pre-requisites |
[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) |
Revision as of 16:58, 28 June 2006
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