aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-03-19 01:18:24 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-03-19 01:18:24 +0100
commit1eed29487d14936979f9740f1cd7817869d63bef (patch)
tree0e23303a830d1d3c27b303113ea2be41d63d05fd /README
parent7f792e9b67d423cb6c6047836e9c24a32115a3eb (diff)
downloadsciteco-1eed29487d14936979f9740f1cd7817869d63bef.tar.gz
updated README: gcc 4.4 and later are supported
* cleaned up dependency list
Diffstat (limited to 'README')
-rw-r--r--README20
1 files 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`