Changes between Version 26 and Version 27 of WebKitGTK/StartHacking


Ignore:
Timestamp:
Aug 9, 2013 2:01:47 AM (11 years ago)
Author:
Andres Gomez
Comment:

Added branches and dependencies

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/StartHacking

    v26 v27  
    211211This is a [wiki:HackingGtk Hacker's guide to WebKit/GTK+].
    212212
     213=== Development branches and dependencies ===
     214
     215At the moment of writing this text, the WebKitGTK+ stable branch is the [wiki:WebKitGTK/2.0.x 2.0.x] while 2.1.x is the development one.
     216
     217The software dependencies for the 2.0.x series are, as announced in: https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001406.html
     218{{{
     219gtk+ >= 3.6.0
     220gail >= 3.0
     221glib >= 2.36.0
     222libsoup >= 2.42.0
     223cairo >= 1.10
     224pango >= 1.32.0
     225libxml >= 2.6
     226fontconfig >= 2.5
     227FreeType2 >= 9.0
     228libsecret
     229
     230Depending on your configuration options WebKitGTK+ may also depend on:
     231
     232gtk+ >= 2.24.10
     233gail >= 1.8
     234GObject introspection >= 1.32.0
     235libxslt >= 1.1.7
     236SQLite >= 3.0
     237gstreamer >= 1.0.3
     238gstreamer-plugins-base >= 1.0.3
     239enchant >= 0.22
     240Clutter >= 1.12
     241Clutter GTK+ >= 1.0.2
     242}}}
     243
     244The latest software dependencies for the 2.1.x series are, as announced in: https://lists.webkit.org/pipermail/webkit-gtk/2013-May/001482.html
     245{{{
     246gtk+ >= 3.6.0
     247gail >= 3.0
     248glib >= 2.36.0
     249libsoup >= 2.42.0
     250cairo >= 1.10
     251pango >= 1.30.0
     252libxml >= 2.6
     253fontconfig >= 2.5
     254FreeType2 >= 9.0
     255libsecret
     256
     257Depending on your configuration options WebKitGTK+ may also depend on:
     258
     259gtk+ >= 2.24.10
     260gail >= 1.8
     261GObject introspection >= 1.32.0
     262libxslt >= 1.1.7
     263SQLite >= 3.0
     264gstreamer >= 1.0.3
     265gstreamer-plugins-base >= 1.0.3
     266enchant >= 0.22
     267Clutter >= 1.14
     268Clutter GTK+ >= 1.4
     269}}}
    213270
    214271== Testing ==