diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-20 02:24:52 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-20 02:24:52 +0100 |
commit | 1e55387482bd501770aafc4230cbcad870d3abf3 (patch) | |
tree | e5d7d566056363c7b8ac968f19a083eaf2d5aec0 /README | |
parent | eb35babede8a65bdf31b5d864fe36164792364bd (diff) | |
download | sciteco-1e55387482bd501770aafc4230cbcad870d3abf3.tar.gz |
added patch enabling TECO-style (^X) control code echoing in Scintilla
in the future, I might submit a more elaborate Scintilla patch for configuring
the control code strings.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,6 +55,8 @@ SciTECO has the following build and runtime dependencies: 1. Build Scintilla as described in its README. If you want to build the ncurses version, install Scinterm from a subdirectory of Scintilla called "scinterm". + * For TECO-style control code echoing, apply `patches/scintilla-teco-control-codes.patch` + from the SciTECO archive/repository. This will hopefully be simplified in the future. 2. Untar/unzip/check-out SciTECO into a subdirectory of Scintilla. Alternatively, have a look at `--with-scintilla`. 3. Build like any other Autoconf-based project. `autoreconf` (only necessary if building from |