aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-22 23:13:50 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-22 23:13:50 +0100
commit0890a9609a66c544c8c0b3ccd19247637df1e1b5 (patch)
treee5fa585279ee019d28f7264d04ea882e462c68c5
parent9da8a507121377b64a13c3fe2398cf6dc95d6aaa (diff)
downloadsciteco-0890a9609a66c544c8c0b3ccd19247637df1e1b5.tar.gz
updated README: Windows now supported
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0352f83..802762e 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,9 @@ side-effects of that character which may be a command or part of a command, are
SciTECO uses the [Scintilla](http://www.scintilla.org/) editor component and supports
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.
Features
========
@@ -44,7 +47,10 @@ SciTECO has the following build and runtime dependencies:
* GNU C, C++ and [Gob2](http://www.jirka.org/gob.html)
* [Glib](http://developer.gnome.org/glib/), as a cross-platform runtime library
* [Scintilla](http://www.scintilla.org/), and possibly [Scinterm](http://foicica.com/scinterm/)
-* [GTK+ 2](http://www.gtk.org/) or [NCurses](http://www.gnu.org/software/ncurses/).
+* [GTK+ 2](http://www.gtk.org/), [NCurses](http://www.gnu.org/software/ncurses/),
+ [PDCurses/XCurses](http://pdcurses.sourceforge.net/) or
+ [PDCurses/Win32a](http://www.projectpluto.com/win32a.htm).
+* 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".