aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-16 20:53:15 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-16 20:53:15 +0100
commit4fd7d37b42338307342552f168bc7b742b1ee431 (patch)
treeb2f37d426c2ead23962ac050c11adfc3a67f70e8
parentbfa34fb4863ff60f3274e05b82d745b1c2aad37d (diff)
downloadsciteco-4fd7d37b42338307342552f168bc7b742b1ee431.tar.gz
added some build-time dependencies
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8a3ad57..501e27e 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ When you delete a character from the end of the command line macro (called rubou
side-effects of that character which may be a command or part of a command, are undone.
SciTECO uses the [Scintilla](http://www.scintilla.org/) editor component and supports
-GTK+ as well as NCurses frontends (using [Scinterm](http://foicica.com/scinterm/).
+GTK+ as well as NCurses frontends (using [Scinterm](http://foicica.com/scinterm/)).
Features
========
@@ -40,7 +40,8 @@ Some of these features are not yet present but expected to be supported in the n
Installation
============
-SciTECO has the following build-time dependencies:
+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/).