From 1eed29487d14936979f9740f1cd7817869d63bef Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 19 Mar 2013 01:18:24 +0100 Subject: updated README: gcc 4.4 and later are supported * cleaned up dependency list --- README | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README b/README index 0093baf..2fd35c5 100644 --- a/README +++ b/README @@ -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` -- cgit v1.2.3