From 48c7024f089d44983851e5f11ad3dcbea3b65a1a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 10 Nov 2010 22:15:14 +1100 Subject: Remove support for Borland C++. Use a library for the lexers with MSVC to simplify SciTE makefile. --- README | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'README') diff --git a/README b/README index 7690bcc96..d7efc6908 100644 --- a/README +++ b/README @@ -40,27 +40,23 @@ 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 +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. -For older versions of Borland C++ such as version 5.02, add the -l option. To build Scintilla, make in the scintilla/win32 directory cd scintilla\win32 GCC: mingw32-make VS .NET: nmake -f scintilla.mak -VC++ 6: nmake -f scintilla_vc6.mak -Borland: make -fscintilla.mak cd ..\.. To build SciTE, use the makefiles located in the scite/win32 directory cd scite\win32 GCC: mingw32-make VS .NET: nmake -f scite.mak -Borland: make -fscite.mak An executable SciTE will now be in scite\bin. -The Visual C++ 6.0 project (.dsp) files are no longer supported but are left +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. *** GTK+/Windows version *** -- cgit v1.2.3