From e3924b69fd7a91746726bdd9b41c505b4693917e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 5 Sep 2000 12:04:25 +0000 Subject: Updated for new build procedures for Microsoft and Borland compilers. --- doc/ScintillaDoc.html | 56 +++++---------------------------------------------- 1 file changed, 5 insertions(+), 51 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 695dd3a63..b4cf75b7d 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1155,59 +1155,13 @@ EM_SETTARGETDEVICE not be sensibly handled. Unsupported messages have no effect.

- Building Scintilla on Windows + Building Scintilla

- Scintilla and SciTE have been developed using Mingw32 GCC 2.9.5 and most testing has - occurred on executables produced by this compiler. It may also be compiled with Visual C++ - which leads to smaller executables. It will no longer build with the older release of Mingw32 - EGCS 1.1.2 which used a different set of Windows headers to GCC 2.9.5. -

-

- To compile with GCC, use make on the "makefile" file.
-

-

- To compile with VC++, use nmake on the "makefile_vc" file. -

-

- To compile with Borland C++ or C++ Builder, use make on the "makefile_bor" file. -

-

- Scintilla can also be linked into an application statically. To do this, the symbol - STATIC_BUILD should be defined and the function Scintilla_RegisterClasses called to - initialise Scintilla. The Sc1.exe target in the makefile demonstrates building a statically - linked version of SciTE. -

-

- To build everything, start in the directory that is above both scite and scintilla:
- - cd scintilla\win32
- make
- cd ..\..
- cd scite\win32
- make
-
-

-

- Building Scintilla with GTK+ on Linux -

-

- On Linux, Scintilla and SciTE have been built with GCC and linked with GTK+ 1.2x. GTK+ 1.0x - will not work (and when it did it was very slow). The current make file only supports static - linking between SciTE and Scintilla. The scintilla/gtk/makefile file is used to build Scintilla and - the scite/gtk/makefile file is used to build SciTE. To build and install everything, start in the - directory that is above both scite and scintilla:
- - cd scintilla/gtk
- make
- cd ../..
- cd scite/gtk
- make
- make install
-

- The make install command searches for Gnome, and if found installs SciTE relative to Gnome - and places SciTE in the Gnome Applications menu. SciTE can be removed with make uninstall - command. + To build Scintilla or SciTE, see the README file present in both the scintilla and + scite directories. For Windows, GCC 2.95.2, 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 + supported.

-- cgit v1.2.3