aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-02-22 03:19:36 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-02-22 03:19:36 +0100
commit52934d6a7989983cfdb4d772217e45e2434d5db7 (patch)
treed029d7ac108424a17f3602091801d4a63b89fc5a /README
parentdb1304d9183f3018d1729ef6ce91644f11159382 (diff)
downloadsciteco-52934d6a7989983cfdb4d772217e45e2434d5db7.tar.gz
added --with-scinterm site-config option and cleaned up Curses configuration
may be used to have multiple scinterm-versions in the Scintilla source tree
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 7c8ffdb..a2b2568 100644
--- a/README
+++ b/README
@@ -17,7 +17,7 @@ SciTECO uses the [Scintilla](http://www.scintilla.org/) editor component and sup
GTK+ as well as NCurses frontends (using [Scinterm](http://foicica.com/scinterm/)).
The NCurses frontend also works with [PDCurses/XCurses](http://pdcurses.sourceforge.net/)
and its [win32a port](http://www.projectpluto.com/win32a.htm).
-Both Linux and Windows are supported.
+Both Linux and Windows (MinGW 32/64) are supported.
Features
========
@@ -54,11 +54,12 @@ SciTECO has the following build and runtime dependencies:
* Other curses implementations might work as well but are untested.
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".
+ install Scinterm from a subdirectory of Scintilla called `scinterm`
+ (also have a look at SciTECO's `--with-scinterm` configure option).
* 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`.
+ Alternatively, have a look at SciTECO's `--with-scintilla` configure option.
3. Build like any other Autoconf-based project. `autoreconf` (only necessary if building from
a working copy), followed by `./configure`, followed by `make`.
The interface may be chosen with `--with-interface` (ncurses is the default).