aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2017-06-10 10:20:42 +1000
committerNeil <nyamatongwe@gmail.com>2017-06-10 10:20:42 +1000
commit91306ced54cb3232e69df790e7726c6f414e8de4 (patch)
tree01e1314f2bd3d76cf5fad3d5a20abcf44db98964 /README
parentee5a2c0f618c5ace63c14323643aa56e8b890769 (diff)
downloadscintilla-mirror-91306ced54cb3232e69df790e7726c6f414e8de4.tar.gz
Update GTK+ and compiler version requirements.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 61771676b..cd6140c8c 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ To build SciTE, Scintilla must first be built.
*** GTK+/Linux version ***
-You must first have GTK+ 2.18 or later and GCC (4.8 or better) installed.
+You must first have GTK+ 2.24 or later and GCC (7.1 or better) installed.
Clang may be used by adding CLANG=1 to the make command line.
Other C++ compilers may work but may require tweaking the make file.
Either GTK+ 2.x or 3.x may be used with 2.x the default and 3.x
@@ -43,8 +43,8 @@ The current make file only supports static linking between SciTE and Scintilla.
*** Windows version ***
A C++ 11 compiler is required.
-Visual Studio 2015 is the development system used for most development
-although Mingw32 4.8 is also supported.
+Visual Studio 2017 is the development system used for most development
+although Mingw-w64 7.1 is also supported.
To build Scintilla, make in the scintilla/win32 directory
cd scintilla\win32
@@ -61,7 +61,7 @@ An executable SciTE will now be in scite/bin.
*** GTK+/Windows version ***
-Mingw32 is known to work. Other compilers will probably not work.
+Mingw-w64 is known to work. Other compilers will probably not work.
Only Scintilla will build with GTK+ on Windows. SciTE will not work.