Sugar on Fedora Core 5: Difference between revisions
Jump to navigation
Jump to search
(add libtiff-devel libjpeg-devel libXt-devel (it was needed when I tried VMWare FC5 image from http://www.thoughtpolice.co.uk/vmware/)) |
(gnome-common is needed if you want build new activity through http://wiki.laptop.org/go/Sugar_Activity_Tutorial) |
||
Line 5: | Line 5: | ||
yum install git gcc gcc-c++ autoconf automake libtool automake17 mozilla \ |
yum install git gcc gcc-c++ autoconf automake libtool automake17 mozilla \ |
||
mozilla-devel avahi avahi-glib avahi-tools xorg-x11-server-Xnest \ |
mozilla-devel avahi avahi-glib avahi-tools xorg-x11-server-Xnest \ |
||
docbook-style-xsl gtk-doc libtiff-devel libjpeg-devel libXt-devel |
docbook-style-xsl gtk-doc libtiff-devel libjpeg-devel libXt-devel gnome-common |
||
There may be more packages required; if you find any more, please append them to this list. |
There may be more packages required; if you find any more, please append them to this list. |
Revision as of 01:47, 14 September 2006
Install required packages
You will need some packages from the Fedora Core repositories. You can use yum, as root, to install them:
yum install git gcc gcc-c++ autoconf automake libtool automake17 mozilla \ mozilla-devel avahi avahi-glib avahi-tools xorg-x11-server-Xnest \ docbook-style-xsl gtk-doc libtiff-devel libjpeg-devel libXt-devel gnome-common
There may be more packages required; if you find any more, please append them to this list.
Build
The easiest way to build Sugar from sources is to use sugar-jhbuild.