From fd21e3d1dad773e4f87cf8ba57fee91541e35712 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 5 Apr 2010 00:03:14 +0000 Subject: Minor documentation updates. --- README | 4 ++-- doc/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index f0fde7849..7690bcc96 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.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...

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. 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. Here is a screenshot of SciTE.

-- cgit v1.2.3