| | 213 | === Development branches and dependencies === |
| | 214 | |
| | 215 | At 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 | |
| | 217 | The software dependencies for the 2.0.x series are, as announced in: https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001406.html |
| | 218 | {{{ |
| | 219 | gtk+ >= 3.6.0 |
| | 220 | gail >= 3.0 |
| | 221 | glib >= 2.36.0 |
| | 222 | libsoup >= 2.42.0 |
| | 223 | cairo >= 1.10 |
| | 224 | pango >= 1.32.0 |
| | 225 | libxml >= 2.6 |
| | 226 | fontconfig >= 2.5 |
| | 227 | FreeType2 >= 9.0 |
| | 228 | libsecret |
| | 229 | |
| | 230 | Depending on your configuration options WebKitGTK+ may also depend on: |
| | 231 | |
| | 232 | gtk+ >= 2.24.10 |
| | 233 | gail >= 1.8 |
| | 234 | GObject introspection >= 1.32.0 |
| | 235 | libxslt >= 1.1.7 |
| | 236 | SQLite >= 3.0 |
| | 237 | gstreamer >= 1.0.3 |
| | 238 | gstreamer-plugins-base >= 1.0.3 |
| | 239 | enchant >= 0.22 |
| | 240 | Clutter >= 1.12 |
| | 241 | Clutter GTK+ >= 1.0.2 |
| | 242 | }}} |
| | 243 | |
| | 244 | The 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 | {{{ |
| | 246 | gtk+ >= 3.6.0 |
| | 247 | gail >= 3.0 |
| | 248 | glib >= 2.36.0 |
| | 249 | libsoup >= 2.42.0 |
| | 250 | cairo >= 1.10 |
| | 251 | pango >= 1.30.0 |
| | 252 | libxml >= 2.6 |
| | 253 | fontconfig >= 2.5 |
| | 254 | FreeType2 >= 9.0 |
| | 255 | libsecret |
| | 256 | |
| | 257 | Depending on your configuration options WebKitGTK+ may also depend on: |
| | 258 | |
| | 259 | gtk+ >= 2.24.10 |
| | 260 | gail >= 1.8 |
| | 261 | GObject introspection >= 1.32.0 |
| | 262 | libxslt >= 1.1.7 |
| | 263 | SQLite >= 3.0 |
| | 264 | gstreamer >= 1.0.3 |
| | 265 | gstreamer-plugins-base >= 1.0.3 |
| | 266 | enchant >= 0.22 |
| | 267 | Clutter >= 1.14 |
| | 268 | Clutter GTK+ >= 1.4 |
| | 269 | }}} |