diff options
author | nyamatongwe <unknown> | 2002-09-09 05:54:14 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-09-09 05:54:14 +0000 |
commit | 431d49e6011ed36e3740eaad92d9cc3e4cc85805 (patch) | |
tree | 8338524be8b9514774f10a513d3d2240a85b6342 | |
parent | 903913cf6063e214ee80e153357567889669ef26 (diff) | |
download | scintilla-mirror-431d49e6011ed36e3740eaad92d9cc3e4cc85805.tar.gz |
Updated build instructions for Visual Studio .NET and GTK+ 2.0x.
-rw-r--r-- | doc/ScintillaDoc.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 978273e4f..5cc3408c1 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1884,9 +1884,12 @@ EM_SETTARGETDEVICE <p> To build Scintilla or SciTE, see the README file present in both the scintilla and scite directories. For Windows, GCC 2.95.3, - Borland C++ or Microsoft Visual C++ can be used for building. - For GTK+, GCC 2.95.2 should be used. Only GTK+ 1.2x is + Borland C++ or Microsoft Visual Studio .NET can be used for building. + There is a make file for building Scintilla but not SciTE with + Visual C++ 6 at scintilla/win32/scintilla_vc6.mak. + For GTK+, GCC 2.95.2 should be used. GTK+ 1.2x and 2.0x are supported. + Building for GTK+ 2.0x requires defining GTK2 on the command line. </p> <h3> Static linking |