diff options
author | Neil <nyamatongwe@gmail.com> | 2017-03-21 09:58:56 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-03-21 09:58:56 +1100 |
commit | 8e3966f74ef0bbec02a7a50ddf2fdb007feed019 (patch) | |
tree | 5675fb803bdbe3dedffd7cf2fae72386ed28e8c9 /README | |
parent | 67d781ab7a6f43c34b5c3ed2d5889d71ea89815c (diff) | |
download | scintilla-mirror-8e3966f74ef0bbec02a7a50ddf2fdb007feed019.tar.gz |
Document C++11 requirement.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -42,13 +42,10 @@ The current make file only supports static linking between SciTE and Scintilla. *** Windows version *** -A C++ compiler is required, with C++11 required for building SciTE. +A C++ 11 compiler is required. Visual Studio 2015 is the development system used for most development although Mingw32 4.8 is also supported. -Older compilers may not have a working std::regex so this can be disabled -with the make argument NO_CXX11_REGEX=1. - To build Scintilla, make in the scintilla/win32 directory cd scintilla\win32 GCC: mingw32-make @@ -74,7 +71,7 @@ To build Scintilla, make in the scintilla/gtk directory *** macOS Cocoa version *** -Xcode 7 or 8 may be used to build Scintilla on macOS. +Xcode 8 may be used to build Scintilla on macOS. There is no open source version of SciTE for macOS but there is a commercial version available through the App Store. |