summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-10-03 22:16:30 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-10-03 22:16:30 +0200
commit57104a0c6d7eda8f73152bba29242f1da8cbfffa (patch)
treefbb8df2ccd4b3190d62ad48be045ed243702b999 /doc/en
parent18c9ca85011c7632a7a6095076c94eeda4f1d027 (diff)
downloadweechat-57104a0c6d7eda8f73152bba29242f1da8cbfffa.zip
doc: fix libs versions in dependencies (user's guide)
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_user.en.asciidoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/weechat_user.en.asciidoc b/doc/en/weechat_user.en.asciidoc
index c767a8011..a020e3c99 100644
--- a/doc/en/weechat_user.en.asciidoc
+++ b/doc/en/weechat_user.en.asciidoc
@@ -92,14 +92,14 @@ compile WeeChat.
| libncursesw5-dev ^(2)^ | | *yes* | Ncurses interface
| libcurl4-gnutls-dev | | *yes* | URL transfer
| zlib1g-dev | | *yes* | Compression of packets in relay plugin (weechat protocol), script plugin
-| libgcrypt11-dev | | *yes* | Secured data, IRC SASL authentication (DH-BLOWFISH/DH-AES), script plugin
-| libgnutls-dev | ≥ 2.2.0 | | SSL connection to IRC server, support of SSL in relay plugin
+| libgcrypt20-dev | | *yes* | Secured data, IRC SASL authentication (DH-BLOWFISH/DH-AES), script plugin
+| libgnutls28-dev | ≥ 2.2.0 | | SSL connection to IRC server, support of SSL in relay plugin
| gettext | | | Internationalization (translation of messages; base language is English)
| ca-certificates | | | Certificates for SSL connections
| libaspell-dev or libenchant-dev | | | Aspell plugin
| python-dev | ≥ 2.5 ^(3)^ | | Python plugin
| libperl-dev | | | Perl plugin
-| ruby1.9.1-dev | ≥ 1.8 | | Ruby plugin
+| ruby2.1-dev | ≥ 1.8 | | Ruby plugin
| liblua5.1-0-dev | | | Lua plugin
| tcl-dev | ≥ 8.5 | | Tcl plugin
| guile-2.0-dev | ≥ 2.0 | | Guile (scheme) plugin