diff options
author | nyamatongwe <devnull@localhost> | 2002-09-09 05:54:14 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-09-09 05:54:14 +0000 |
commit | f231a367c80a0857aa57664159c35edb2da0e739 (patch) | |
tree | 8338524be8b9514774f10a513d3d2240a85b6342 | |
parent | d244ef29e36326919658b28bd7664d24a1590237 (diff) | |
download | scintilla-mirror-f231a367c80a0857aa57664159c35edb2da0e739.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 |