Changes between Version 49 and Version 50 of BuildingGtk
- Timestamp:
- Feb 17, 2011, 7:55:39 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingGtk
v49 v50 5 5 == Dependencies == 6 6 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:7 WebKitGTK+ 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: 8 8 9 If you are using an x86_64 installation run:10 9 {{{ 11 sudo apt-add-repository 'deb http://people.debian.org/~kov/webkit/amd64 ./'10 sudo apt-add-repository ppa:martin-james-robinson/webkitgtk 12 11 }}} 13 12 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. 13 Following is a list of Debian packages necessary for building WebKitGTK+. 20 14 21 15 * autoconf