diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-10-05 22:38:26 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-10-05 22:38:26 +0200 |
commit | f6fe6be7a4998ded6b6b4a7dbb9d1d12f3e8f65a (patch) | |
tree | 36e05bb8364d704826d33f1df402bb743e0b7702 /doc/en | |
parent | 157dc811a40fe8674e9239c24758f34f85592920 (diff) | |
download | weechat-f6fe6be7a4998ded6b6b4a7dbb9d1d12f3e8f65a.zip |
doc: reformat PHP dependency in user's guide
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 458da143c..a3496b0c3 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -94,32 +94,32 @@ 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.1-dev, libphp7.1-embed, - libxml2-dev | PHP ≥ 7.0 | | PHP plugin. -| 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. +| php7.1-dev, libphp7.1-embed | ≥ 7.0 | | PHP plugin. +| libxml2-dev | | | PHP plugin. +| asciidoctor | ≥ 1.5.4 | | Build man page and documentation. +| libcpputest-dev | ≥ 3.4 | | Build and run tests. |=== [NOTE] |