diff options
author | nyamatongwe <devnull@localhost> | 2003-09-07 02:39:52 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-09-07 02:39:52 +0000 |
commit | 6a858978964f87f4b38412e5d1034a9ad6e25495 (patch) | |
tree | afe9ad8a5c5e5eda109a8984e2fc58137f432a60 | |
parent | 10e5f9bc16978c067530d7d77ed3c8feec454327 (diff) | |
download | scintilla-mirror-6a858978964f87f4b38412e5d1034a9ad6e25495.tar.gz |
Updated compiler versions and GTK+ version choice.
-rw-r--r-- | doc/ScintillaDoc.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 671d3e921..a53f63a4e 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4737,10 +4737,12 @@ EM_SETTARGETDEVICE <h2 id="BuildingScintilla">Building Scintilla</h2> <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 Studio .NET can be used + directories. For Windows, GCC 3.2, 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> + scintilla/win32/scintilla_vc6.mak. For GTK+, GCC 3.1 should be used. GTK+ 1.2x and 2.0x are + supported. The version of GTK+ installed should be detected automatically. + When both GTK+ 1 and GTK+ 2 are present, building for GTK+ 1.x requires defining GTK1 + on the command line.</p> <h3>Static linking</h3> |