diff options
author | nyamatongwe <devnull@localhost> | 2002-07-31 06:23:59 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-07-31 06:23:59 +0000 |
commit | 456280031f3990a38d771130d146ce421cb4bc0e (patch) | |
tree | eba477c1ccfc768815381e616ee99a2d6ed3025f /README | |
parent | 9b25fc1cd5b8f1fff0c662c6c0bb162115c1f28d (diff) | |
download | scintilla-mirror-456280031f3990a38d771130d146ce421cb4bc0e.tar.gz |
Added comment on building for GTK+ 2.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,10 @@ The language specific properties files are also installed into this directory. If Gnome is installed then a .desktop file and icon are installed into the correct Gnome places so that SciTE will be in the Gnome Applications menu. +To build Scintilla for GTK+ 2, define GTK2 on the make command line: + make GTK2=1 +SciTE does not support GTK+ 2. + To remove SciTE make uninstall |