diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-03-15 13:57:03 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-03-15 13:57:03 +0100 |
commit | 8a822894e252230f452bd0fac90082b80d1c059a (patch) | |
tree | 89760afc197222d126360315b4286b93444a81c3 /doc/en/weechat_user.en.asciidoc | |
parent | bdba152d817bae32e2032268ec0ee023820704bb (diff) | |
download | weechat-8a822894e252230f452bd0fac90082b80d1c059a.zip |
doc: set max version to 3.24.3 for libv8 in dependencies (user's guide) (issue #360)
Diffstat (limited to 'doc/en/weechat_user.en.asciidoc')
-rw-r--r-- | doc/en/weechat_user.en.asciidoc | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/doc/en/weechat_user.en.asciidoc b/doc/en/weechat_user.en.asciidoc index 50df018c4..a9662648a 100644 --- a/doc/en/weechat_user.en.asciidoc +++ b/doc/en/weechat_user.en.asciidoc @@ -86,75 +86,75 @@ On OS X, you can use http://brew.sh/[Homebrew]: Following table shows list of packages that are required or optional to compile WeeChat. -[width="100%",cols="5,^3,^3,.^13",options="header"] +[width="100%",cols="5,^3,^3,^3,.^13",options="header"] |=== -| Package ^(1)^ | Version | Required | Feature +| Package ^(1)^ | Min version | Max version | Required | Feature -| cmake | | *yes* | +| cmake | | | *yes* | Build (autotools still possible, but cmake is recommended) -| pkg-config | | *yes* | +| pkg-config | | | *yes* | Detect installed libraries -| libncursesw5-dev ^(2)^ | | *yes* | +| libncursesw5-dev ^(2)^ | | | *yes* | Ncurses interface -| libcurl4-gnutls-dev | | *yes* | +| libcurl4-gnutls-dev | | | *yes* | URL transfer -| zlib1g-dev | | *yes* | +| zlib1g-dev | | | *yes* | Compression of packets in relay plugin (weechat protocol), script plugin -| libgcrypt20-dev | | *yes* | +| libgcrypt20-dev | | | *yes* | Secured data, IRC SASL authentication (DH-BLOWFISH/DH-AES), script plugin -| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | | +| libgnutls28-dev | 2.2.0 ^(3)^ | | | SSL connection to IRC server, support of SSL in relay plugin, IRC SASL authentication (ECDSA-NIST256P-CHALLENGE) -| gettext | | | +| gettext | | | | Internationalization (translation of messages; base language is English) -| ca-certificates | | | +| ca-certificates | | | | Certificates for SSL connections -| libaspell-dev or libenchant-dev | | | +| libaspell-dev or libenchant-dev | | | | Aspell plugin -| python-dev | ≥ 2.5 ^(4)^ | | +| python-dev | 2.5 ^(4)^ | | | Python plugin -| libperl-dev | | | +| libperl-dev | | | | Perl plugin -| ruby2.1-dev | ≥ 1.8 | | +| ruby2.1-dev | 1.8 | | | Ruby plugin -| liblua5.2-dev | | | +| liblua5.2-dev | | | | Lua plugin -| tcl-dev | ≥ 8.5 | | +| tcl-dev | 8.5 | | | Tcl plugin -| guile-2.0-dev | ≥ 2.0 | | +| guile-2.0-dev | 2.0 | | | Guile (scheme) plugin -| libv8-dev | | | +| libv8-dev | | 3.24.3 | | Javascript plugin -| asciidoc | ≥ 8.5.0 | | +| asciidoc | 8.5.0 | | | Build man page and documentation -| source-highlight | | | +| source-highlight | | | | Syntax highlight for sources in documentation -| xsltproc, docbook-xml, docbook-xsl | | | +| xsltproc, docbook-xml, docbook-xsl | | | | Build of man page -| libcpputest-dev | ≥ 3.4 | | +| libcpputest-dev | 3.4 | | | Run tests -| C++ compiler | | | +| C++ compiler | | | | Run tests, javascript plugin |=== |