diff options
author | nyamatongwe <unknown> | 2010-04-05 00:03:14 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-04-05 00:03:14 +0000 |
commit | fd21e3d1dad773e4f87cf8ba57fee91541e35712 (patch) | |
tree | d34a112015a0cfdfd912a289b41de3cbe4fd0690 /README | |
parent | ca7a57bbcf50fdfff68018cfb4dc9e0f271937d1 (diff) | |
download | scintilla-mirror-fd21e3d1dad773e4f87cf8ba57fee91541e35712.tar.gz |
Minor documentation updates.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 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 |