Changes between Version 46 and Version 47 of BuildingGtk
- Timestamp:
- Dec 15, 2010, 9:10:12 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingGtk
v46 v47 4 4 5 5 == Dependencies == 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: 8 9 If you are using an x86_64 installation run: 10 {{{ 11 sudo apt-add-repository 'deb http://people.debian.org/~kov/webkit/amd64 ./' 12 }}} 13 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 }}} 6 18 7 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 25 * flex 14 26 * gperf 27 * glib-networking 15 28 * gtk-doc-tools 16 29 * libenchant-dev … … 35 48 }}} 36 49 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 }}}41 50 == Getting the source == 42 51