diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -43,15 +43,19 @@ Installation ============ SciTECO has the following build and runtime dependencies: -* Autotools, GNU C, C++ and [Gob2](http://www.jirka.org/gob.html) -* Groff (only when formatting HTML manuals) +* Autotools, GNU C/C++ (v4.4 or later) or LLVM/gcc or LLVM/Clang * [Glib](http://developer.gnome.org/glib/), as a cross-platform runtime library -* [Scintilla](http://www.scintilla.org/), and possibly [Scinterm](http://foicica.com/scinterm/) - (v1.1 or later) -* [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. +* [Scintilla](http://www.scintilla.org/) (v3.2.3 or later) +* Curses interface: + * [Scinterm](http://foicica.com/scinterm/) (v1.1 or later) + * [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 +* GTK interface: + * [GTK+ 2](http://www.gtk.org/) +* Groff (only when formatting HTML manuals) +* Doxygen (only when generating developer documentation) 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` |