From 8e3966f74ef0bbec02a7a50ddf2fdb007feed019 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 21 Mar 2017 09:58:56 +1100 Subject: Document C++11 requirement. --- README | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index ca2f2c059..61771676b 100644 --- a/README +++ b/README @@ -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. -- cgit v1.2.3