diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. |