summaryrefslogtreecommitdiff
path: root/Docs/BUILDING-GTK
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2008-10-13 15:03:19 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2008-10-13 15:03:19 +0000
commit1edad47dbebc9ded64156c68a669c9d513f60d0c (patch)
treec874bb7c1970b31ad8145001c38b14a44b722a25 /Docs/BUILDING-GTK
parentbc58a4325491e49954dd8af86b278fb6f10e631a (diff)
downloadnetsurf-1edad47dbebc9ded64156c68a669c9d513f60d0c.tar.gz
netsurf-1edad47dbebc9ded64156c68a669c9d513f60d0c.tar.bz2
Fix GTK version requirement.
svn path=/trunk/netsurf/; revision=5559
Diffstat (limited to 'Docs/BUILDING-GTK')
-rw-r--r--Docs/BUILDING-GTK6
1 files changed, 3 insertions, 3 deletions
diff --git a/Docs/BUILDING-GTK b/Docs/BUILDING-GTK
index 52be184eb..8ef7586f0 100644
--- a/Docs/BUILDING-GTK
+++ b/Docs/BUILDING-GTK
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
- Build Instructions for GTK NetSurf 12 August 2008
+ Build Instructions for GTK NetSurf 13 October 2008
--------------------------------------------------------------------------------
This document provides instructions for building the GTK version of NetSurf
@@ -147,9 +147,9 @@
General requirements
----------------------
- NetSurf requires at minimum GTK 2.10. Earlier versions will not work. It also
+ NetSurf requires at minimum GTK 2.12. Earlier versions will not work. It also
depends on Cairo for rendering, but you should have this already with
- versions of GTK 2.10 or later.
+ versions of GTK 2.12 or later.
This will pull in loads of things, like all the GTK dev libraries, the PNG
and JPEG libraries, colour management libraries, zlib, OpenSSL etc that