diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-22 23:13:50 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-22 23:13:50 +0100 |
commit | 0890a9609a66c544c8c0b3ccd19247637df1e1b5 (patch) | |
tree | e5fa585279ee019d28f7264d04ea882e462c68c5 | |
parent | 9da8a507121377b64a13c3fe2398cf6dc95d6aaa (diff) | |
download | sciteco-0890a9609a66c544c8c0b3ccd19247637df1e1b5.tar.gz |
updated README: Windows now supported
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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". |