diff options
author | Neil <nyamatongwe@gmail.com> | 2018-03-08 16:42:46 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-03-08 16:42:46 +1100 |
commit | 5a029aacc6ec8b36949469024a891f0d0fced21e (patch) | |
tree | 42de037cef18a891ffcd6797b7bd71fb380a4a53 /README | |
parent | 0d1d94400b292cc1bf1938fa1b4faf05db219ce0 (diff) | |
download | scintilla-mirror-5a029aacc6ec8b36949469024a891f0d0fced21e.tar.gz |
Updated requied compiler versions.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,7 +42,7 @@ The current make file only supports static linking between SciTE and Scintilla. *** Windows version *** -A C++ 11 compiler is required. +A C++ 17 compiler is required. Visual Studio 2017 is the development system used for most development although Mingw-w64 7.1 is also supported. @@ -71,7 +71,7 @@ To build Scintilla, make in the scintilla/gtk directory *** macOS Cocoa version *** -Xcode 8 may be used to build Scintilla on macOS. +Xcode 9.2 or later 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. |