aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-01-20 02:24:52 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-01-20 02:24:52 +0100
commit1e55387482bd501770aafc4230cbcad870d3abf3 (patch)
treee5d7d566056363c7b8ac968f19a083eaf2d5aec0 /README
parenteb35babede8a65bdf31b5d864fe36164792364bd (diff)
downloadsciteco-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--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 3329aeb..e8ff8ec 100644
--- a/README
+++ b/README
@@ -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