From 8e3966f74ef0bbec02a7a50ddf2fdb007feed019 Mon Sep 17 00:00:00 2001
From: Neil 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.4 or newer should be used. GTK+ 2.18+ and 3.x are
+ 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
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.SCFIND_CXX11REGEX search flag.
- When using an older C++ compiler that does not support C++11, this may be turned off by
+ The C++11 <regex> support may be disabled by
compiling Scintilla with NO_CXX11_REGEX defined.
A different regular expression
library can be integrated into Scintilla
@@ -8165,8 +8165,10 @@ EM_SETTARGETDEVICE
Building Scintilla
Scintilla and SciTE are currently available for Intel Win32, OS X, and Linux compatible operating
- systems with GTK+. They have been run on Windows XP, Windows 7, OS X 10.6+, and on Ubuntu 10.10
- with GTK+ 2.20. Here is a screenshot of
+ systems with GTK+. They have been run on Windows XP, Windows 7, OS X 10.7+, and on Ubuntu 14.04
+ with GTK+ 2.24. Here is a screenshot of
SciTE.
-- cgit v1.2.3