From 09983a4ec6733a77ae2f9929e0271a85614a9d3c Mon Sep 17 00:00:00 2001
From: nyamatongwe
+ To build everything, start in the directory that is above both scite and scintilla:
+
+ cd scintilla\win32
+
+ make
+ cd ..\..
+ cd scite\win32
+ make
+
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 gtk/makefile file is used to build SciTE, it can be
- invoked as:
+ 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
- The SciTEGTK.properties file is better than the SciTEGlobal.properties for use on Linux/GTK+
- as it specifies fonts that are likely to be installed. Under Linux, SciTE reads its
- SciTEGlobal.properties file from the user's home directory.
+ 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.