aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2017-06-10 10:20:42 +1000
committerNeil <nyamatongwe@gmail.com>2017-06-10 10:20:42 +1000
commit91306ced54cb3232e69df790e7726c6f414e8de4 (patch)
tree01e1314f2bd3d76cf5fad3d5a20abcf44db98964 /doc/ScintillaDoc.html
parentee5a2c0f618c5ace63c14323643aa56e8b890769 (diff)
downloadscintilla-mirror-91306ced54cb3232e69df790e7726c6f414e8de4.tar.gz
Update GTK+ and compiler version requirements.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index a7e7eba36..805c39bf8 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -8179,9 +8179,9 @@ EM_SETTARGETDEVICE
<p>To build Scintilla or SciTE, see the README file present in both the Scintilla and SciTE
directories.
- The compiler must support C++11.
- For Windows, GCC 4.8 or Microsoft Visual C++ 2015 can be used
- for building. For GTK+, GCC 4.8 or newer should be used. GTK+ 2.18+ and 3.x are
+ The compiler must support C++14.
+ For Windows, GCC 7.1 or Microsoft Visual C++ 2017 can be used
+ for building. For GTK+, GCC 7.1 or newer should be used. GTK+ 2.24 and 3.x are
supported with glib 2.22+. The version of GTK+ installed should be detected automatically.
When both GTK+ 2 and GTK+ 3 are present, building for GTK+ 3.x requires defining GTK3
on the command line.</p>