Changes between Version 49 and Version 50 of BuildingGtk


Ignore:
Timestamp:
Feb 17, 2011 7:55:39 AM (13 years ago)
Author:
Martin Robinson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGtk

    v49 v50  
    55== Dependencies ==
    66
    7 WebKitGTK+ 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:
     7WebKitGTK+ currently depends on unreleased versions of GLib and libsoup. If you are using Debian, you should be able to get these packages from the experimental repository. If you are using Ubuntu we have set up a PPA with these packages. To use the PPA simply call:
    88
    9 If you are using an x86_64 installation run:
    109{{{
    11 sudo apt-add-repository 'deb http://people.debian.org/~kov/webkit/amd64 ./'
     10sudo apt-add-repository ppa:martin-james-robinson/webkitgtk
    1211}}}
    1312
    14 If you are using an normal 32-bit x86 installation use this:
    15 {{{
    16 sudo apt-add-repository 'deb http://people.debian.org/~kov/webkit/i386 ./'
    17 }}}
    18 
    19 Following 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.
     13Following is a list of Debian packages necessary for building WebKitGTK+.
    2014
    2115 * autoconf