Sugar on Fedora Core 6: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
# yum groupinstall "Development Tools"
# yum groupinstall "Development Tools"
# yum groupinstall "X Software Development"
# yum groupinstall "X Software Development"
# yum install intltool nspr-devel expat-devel ncurses-devel docbook-style-xsl libxml2-devel (LeJames, 2007/03/03)
# yum install intltool nspr-devel expat-devel ncurses-devel docbook-style-xsl libxml2-devel glib2-devel gettext-devel gtk2-devel gtk-doc (LeJames, 2007/03/03)


Step 2: Follow the build instructions for [[Sugar with sugar-jhbuild|sugar-jhbuild]].
Step 2: Follow the build instructions for [[Sugar with sugar-jhbuild|sugar-jhbuild]].

Revision as of 01:08, 4 March 2007

The preferred method for building Sugar is to build from sources using sugar-jhbuild, as dependencies continue to change. A full build using sugar-jhbuild will require about 3 Gig of disk space.

Step 1: Make sure that all build tools are installed.

Carry out these three steps before installing the packages below.

  1. yum -y update
  2. yum groupinstall "Development Tools"
  3. yum groupinstall "X Software Development"
  4. yum install intltool nspr-devel expat-devel ncurses-devel docbook-style-xsl libxml2-devel glib2-devel gettext-devel gtk2-devel gtk-doc (LeJames, 2007/03/03)

Step 2: Follow the build instructions for sugar-jhbuild.

(gregdek, 08 feb 2007)