diff options
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | doc/index.html | 4 |
2 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.0 or later and GCC (3.1 or better) installed. +You must first have GTK+ 2.0 or later and GCC (4.1 or better) installed. GTK+ 1.x will not work. Other C++ compilers may work but may require tweaking the make file. @@ -41,7 +41,7 @@ The current make file only supports static linking between SciTE and Scintilla. *** Windows version *** A C++ compiler is required. Visual Studio .NET 2008 is the development system -used for most development although Mingw32 3.1 is also supported. +used for most development although TDM Mingw32 4.4.1 is also supported. For older versions of Borland C++ such as version 5.02, add the -l option. To build Scintilla, make in the scintilla/win32 directory diff --git a/doc/index.html b/doc/index.html index 3e55c232e..ff4638f6f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -129,8 +129,8 @@ if (!IsRemote()) { //if NOT remote... </p> <p> Scintilla and SciTE are currently available for Intel Win32 and Linux compatible operating - systems with GTK+. They have been run on Windows XP, Windows 7RC, and on Ubuntu 9.04 - with GTK+ 2.16. <a href="http://www.scintilla.org/SciTEImage.html">Here is a screenshot of + systems with GTK+. They have been run on Windows XP, Windows 7, and on Ubuntu 9.10 + with GTK+ 2.18. <a href="http://www.scintilla.org/SciTEImage.html">Here is a screenshot of SciTE.</a><br /> </p> <p> |