Changes between Version 46 and Version 47 of BuildingGtk


Ignore:
Timestamp:
Dec 15, 2010 9:10:12 AM (13 years ago)
Author:
Martin Robinson
Comment:

Made required build steps more prominant

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGtk

    v46 v47  
    44
    55== Dependencies ==
     6
     7WebKitGTK+ currently depends on unreleased versions of GLib and libsoup. We have set up a repository with these packages for Debian / Ubuntu systems. You must add this repository to your apt sources list:
     8
     9If you are using an x86_64 installation run:
     10{{{
     11sudo apt-add-repository 'deb http://people.debian.org/~kov/webkit/amd64 ./'
     12}}}
     13
     14If you are using an normal 32-bit x86 installation use this:
     15{{{
     16sudo apt-add-repository 'deb http://people.debian.org/~kov/webkit/i386 ./'
     17}}}
    618
    719Following is a list of Debian packages necessary for building WebKitGTK+. Although the names of the packages are probably different in non-Debian-based distributions, it should be fairly easy to find the alternative names. This list should be kept up to date.
     
    1325 * flex
    1426 * gperf
     27 * glib-networking
    1528 * gtk-doc-tools
    1629 * libenchant-dev
     
    3548}}}
    3649
    37 ''There are often packages of newer versions of libraries at the following repository, for amd64 and i386, which are used by the buildbots:''
    38 {{{
    39 deb http://people.debian.org/~kov/webkit/$(ARCH)/ ./
    40 }}}
    4150== Getting the source ==
    4251