diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-16 20:53:15 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-16 20:53:15 +0100 |
commit | 4fd7d37b42338307342552f168bc7b742b1ee431 (patch) | |
tree | b2f37d426c2ead23962ac050c11adfc3a67f70e8 | |
parent | bfa34fb4863ff60f3274e05b82d745b1c2aad37d (diff) | |
download | sciteco-4fd7d37b42338307342552f168bc7b742b1ee431.tar.gz |
added some build-time dependencies
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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/). |