diff options
author | Neil <nyamatongwe@gmail.com> | 2015-09-03 18:21:03 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-09-03 18:21:03 +1000 |
commit | 8baed11d7ef1fd794cbbdf250e96b7cefec34ca0 (patch) | |
tree | c3b887d5b64056ac7167826fad15603086f683c9 /doc/ScintillaDoc.html | |
parent | 9788889a60b9173015ca30d0b81cc327484b98ac (diff) | |
download | scintilla-mirror-8baed11d7ef1fd794cbbdf250e96b7cefec34ca0.tar.gz |
Removing support for old GTK+ versions. Minimum GTK+ is 2.18 with glib 2.22.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 2bfcff27c..263628f4c 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -7678,8 +7678,8 @@ EM_SETTARGETDEVICE <p>To build Scintilla or SciTE, see the README file present in both the Scintilla and SciTE directories. For Windows, GCC 4.7 or Microsoft Visual C++ 2010 can be used - for building. For GTK+, GCC 4.1 or newer should be used. GTK+ 2.8+ and 3.x are - supported. The version of GTK+ installed should be detected automatically. + for building. For GTK+, GCC 4.4 or newer should be used. GTK+ 2.18+ 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> |