aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-08-24 10:45:19 +1000
committerNeil <nyamatongwe@gmail.com>2013-08-24 10:45:19 +1000
commitc4547cf2815ea1282b4f632989634aa6d08a006e (patch)
tree103c5e576c5983fedb261b729a7e12c4ad6e7ddf /README
parenta1463a3edbab6fecbfe4f36eb5ebbfb94782d25f (diff)
downloadscintilla-mirror-c4547cf2815ea1282b4f632989634aa6d08a006e.tar.gz
Updated compiler and build file information.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 3 insertions, 6 deletions
diff --git a/README b/README
index d7efc6908..9980cdcff 100644
--- a/README
+++ b/README
@@ -40,8 +40,8 @@ The current make file only supports static linking between SciTE and Scintilla.
*** Windows version ***
-A C++ compiler is required. Visual Studio .NET 2010 is the development system
-used for most development although TDM Mingw32 4.4.1 is also supported.
+A C++ compiler is required. Visual Studio 2010 is the development system
+used for most development although TDM Mingw32 4.7.1 is also supported.
To build Scintilla, make in the scintilla/win32 directory
cd scintilla\win32
@@ -54,10 +54,7 @@ To build SciTE, use the makefiles located in the scite/win32 directory
GCC: mingw32-make
VS .NET: nmake -f scite.mak
-An executable SciTE will now be in scite\bin.
-
-The Visual C++ 6.0 project (.dsp) and make files are no longer supported but are left
-in the download for people that are prepared to update them.
+An executable SciTE will now be in scite/bin.
*** GTK+/Windows version ***