diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-22 21:22:32 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-22 21:22:32 +0100 |
commit | 8fd13eefb92d6840cfde0414a3627b2bf15310d3 (patch) | |
tree | bcf980ec93a60f7de4e579e7bd1a0a8812b2a977 /doc/en/weechat_user.en.adoc | |
parent | 55bb0573193991f90bfd32780afd280be3699689 (diff) | |
download | weechat-8fd13eefb92d6840cfde0414a3627b2bf15310d3.zip |
doc: update PHP packages in dependencies (user's guide)
Diffstat (limited to 'doc/en/weechat_user.en.adoc')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 1c4d252ed..280e7d0e2 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -94,34 +94,34 @@ compile WeeChat. [width="100%",cols="6,^3,^3,.^13",options="header"] |=== -| Package ^(1)^ | Version | Required | Feature +| Package ^(1)^ | Version | Required | Feature | C compiler - (gcc, clang, ...) | | *yes* | Build. -| C++ compiler | | | Build and run tests, JavaScript plugin. -| cmake | | *yes* | Build (autotools still possible, but cmake is recommended). -| pkg-config | | *yes* | Detect installed libraries. -| 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. -| libgcrypt20-dev | | *yes* | Secured data, IRC SASL authentication (DH-BLOWFISH/DH-AES), script plugin. -| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | | SSL connection to IRC server, support of SSL in relay plugin, IRC SASL authentication (ECDSA-NIST256P-CHALLENGE). -| gettext | | | Internationalization (translation of messages; base language is English). -| ca-certificates | | | Certificates for SSL connections. + (gcc, clang, ...) | | *yes* | Build. +| C++ compiler | | | Build and run tests, JavaScript plugin. +| cmake | | *yes* | Build (autotools still possible, but cmake is recommended). +| pkg-config | | *yes* | Detect installed libraries. +| 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. +| libgcrypt20-dev | | *yes* | Secured data, IRC SASL authentication (DH-BLOWFISH/DH-AES), script plugin. +| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | | SSL connection to IRC server, support of SSL in relay plugin, IRC SASL authentication (ECDSA-NIST256P-CHALLENGE). +| gettext | | | Internationalization (translation of messages; base language is English). +| ca-certificates | | | Certificates for SSL connections. | libaspell-dev - ∥ libenchant-dev | | | Aspell plugin. -| python-dev | ≥ 2.6 ^(4)^ | | Python plugin. -| libperl-dev | | | Perl plugin. -| ruby-2.3, ruby2.3-dev | ≥ 1.8 | | Ruby plugin. -| liblua5.3-dev | | | Lua plugin. -| tcl-dev | ≥ 8.5 | | Tcl plugin. -| guile-2.0-dev | ≥ 2.0 | | Guile (scheme) plugin. -| libv8-dev | ≤ 3.24.3 | | JavaScript plugin. -| php7.2-dev, libphp7.2-embed | ≥ 7.0 | | PHP plugin. -| libxml2-dev | | | PHP plugin. -| libargon2-0-dev | | | PHP plugin (if PHP ≥ 7.2). -| libsodium-dev | | | PHP plugin (if PHP ≥ 7.2). -| asciidoctor | ≥ 1.5.4 | | Build man page and documentation. -| libcpputest-dev | ≥ 3.4 | | Build and run tests. + ∥ libenchant-dev | | | Aspell plugin. +| python-dev | ≥ 2.6 ^(4)^ | | Python plugin. +| libperl-dev | | | Perl plugin. +| ruby-2.3, ruby2.3-dev | ≥ 1.8 | | Ruby plugin. +| liblua5.3-dev | | | Lua plugin. +| tcl-dev | ≥ 8.5 | | Tcl plugin. +| guile-2.0-dev | ≥ 2.0 | | Guile (scheme) plugin. +| libv8-dev | ≤ 3.24.3 | | JavaScript plugin. +| php-dev, libphp-embed | ≥ 7.0 | | PHP plugin. +| libxml2-dev | | | PHP plugin. +| libargon2-0-dev | | | PHP plugin (if PHP ≥ 7.2). +| libsodium-dev | | | PHP plugin (if PHP ≥ 7.2). +| asciidoctor | ≥ 1.5.4 | | Build man page and documentation. +| libcpputest-dev | ≥ 3.4 | | Build and run tests. |=== [NOTE] |