diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-08-02 11:26:40 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-08-02 11:26:40 +0000 |
commit | 770df0ac414b9146d6823a8ebf5f566d16caeb7a (patch) | |
tree | 4b626897070b21ca942d8a9ae0eac6066c8f2c24 /doc | |
parent | 2065ba1ada382a8f28068b0e643db32b86c0dd66 (diff) | |
download | mdk-770df0ac414b9146d6823a8ebf5f566d16caeb7a.tar.gz mdk-770df0ac414b9146d6823a8ebf5f566d16caeb7a.tar.bz2 |
new library dependencies.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mdk_install.texi | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/mdk_install.texi b/doc/mdk_install.texi index f3dcb62..32f0594 100644 --- a/doc/mdk_install.texi +++ b/doc/mdk_install.texi @@ -61,20 +61,21 @@ libraries installed in your system: @itemize @minus @item -@uref{http://www.gtk.org, GLIB 1.2.0} (required) +@uref{http://www.gtk.org, GLIB 2.4.0} (required) @item -@uref{http://www.gnu.org/software/flex/flex.html, GNU Flex 2.3} (required) +@uref{http://www.gnu.org/software/flex/flex.html, GNU Flex 2.5} (required) @item -@uref{http://www.gtk.org, GTK 1.2.0} (optional) +@uref{http://www.gtk.org, GTK 2.4.0} (optional) @item -@uref{ftp://ftp.gnome.org/pub/GNOME/stable/sources/libglade/, Libglade} +@uref{http://ftp.gnome.org/pub/GNOME/sources/libglade/2.4/, Libglade +2.4.0} (optional) @item @uref{http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html, GNU Readline} (optional) @item -@uref{http://www.gnu.org/software/guile, GNU Libguile 1.3} (optional) +@uref{http://www.gnu.org/software/guile, GNU Libguile 1.6} (optional) @end itemize If present, readline and history are used to provide command completion @@ -87,7 +88,7 @@ support and will be extensible using Scheme. @strong{Please note}: you need both the libraries @emph{and} the headers; this means both the library package and the @file{-dev} package if you do not compile your libraries yourself (ex: installing -@file{libgtk1.2} and @file{libgtk1.2-dev} on Debian). +@file{libgtk2.0-0} and @file{libgtk2.0-0-dev} on Debian). @node Basic installation, Emacs support, Requirements, Installing MDK @comment node-name, next, previous, up |