Changes between Version 42 and Version 43 of WebKitGTK/StartHacking


Ignore:
Timestamp:
Apr 16, 2014 4:18:25 AM (10 years ago)
Author:
Andres Gomez
Comment:

Removed specific information for stable and unstable branches and replaced with generic info

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/StartHacking

    v42 v43  
    228228=== Development branches and dependencies ===
    229229
    230 At the moment of writing this text, the WebKitGTK+ stable branch is the [wiki:WebKitGTK/2.4.x 2.4.x] while 2.3.x is the unstable one.
    231 
    232 The software dependencies for the 2.4.x series are, as announced in: https://lists.webkit.org/pipermail/webkit-gtk/2014-March/001840.html
    233 {{{
    234 gtk+ >= 3.6.0
    235 glib >= 2.36.0
    236 libsoup >= 2.42.0
    237 cairo >= 1.10
    238 pango >= 1.30.0
    239 libxml >= 2.6
    240 fontconfig >= 2.5
    241 FreeType2 >= 9.0
    242 libsecret
    243 
    244 Depending on your configuration options WebKitGTK+ may also depend on:
    245 
    246 gtk+ >= 2.24.10
    247 gail
    248 GObject introspection >= 1.32.0
    249 libxslt >= 1.1.7
    250 SQLite >= 3.0
    251 gstreamer >= 1.0.3
    252 gstreamer-plugins-base >= 1.0.3
    253 enchant >= 0.22
    254 Clutter
    255 Clutter GTK+
    256 }}}
    257 
    258 The latest software dependencies for the 2.3.x series are, as announced in: https://lists.webkit.org/pipermail/webkit-gtk/2013-November/001653.html
    259 {{{
    260 gtk+ >= 3.6.0
    261 glib >= 2.36.0
    262 libsoup >= 2.42.0
    263 cairo >= 1.10
    264 pango >= 1.30.0
    265 libxml >= 2.6
    266 fontconfig >= 2.5
    267 FreeType2 >= 9.0
    268 libsecret
    269 
    270 Depending on your configuration options WebKitGTK+ may also depend on:
    271 
    272 gtk+ >= 2.24.10
    273 gail
    274 GObject introspection >= 1.32.0
    275 libxslt >= 1.1.7
    276 SQLite >= 3.0
    277 gstreamer >= 1.0.3
    278 gstreamer-plugins-base >= 1.0.3
    279 enchant >= 0.22
    280 Clutter
    281 Clutter GTK+
    282 }}}
     230[WebKitGTK/StableRelease Stable Release] follows the current WebKitGtk+ stable and unstable branches.
     231
     232Stable and unstable releases are announced in the [https://lists.webkit.org/pipermail/webkit-gtk/ mailing list]. Current exact versions can be checked at http://webkitgtk.org/ or http://webkitgtk.org/releases/
     233
     234Software dependencies for every version are listed in the release announcement. You can look for the a mail with subject `[webkit-gtk] WebKitGTK+ <version> released! to check them.
    283235
    284236== Testing ==