summaryrefslogtreecommitdiff
path: root/doc/en/weechat_user.en.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-02-01 20:33:17 +0100
committerSébastien Helleu <flashcode@flashtux.org>2022-02-01 20:33:17 +0100
commitec86c33789dec784048482ef350ac587765e1672 (patch)
tree4fd54a87f4d957beb59c673c08197dbc5f279951 /doc/en/weechat_user.en.adoc
parent608f56020d2c4faeb1e32b637e9a9c4e96008fae (diff)
downloadweechat-ec86c33789dec784048482ef350ac587765e1672.zip
doc/user: add supported C++ compilers in dependencies
Diffstat (limited to 'doc/en/weechat_user.en.adoc')
-rw-r--r--doc/en/weechat_user.en.adoc59
1 files changed, 29 insertions, 30 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc
index cc5fe83b2..ffd4de115 100644
--- a/doc/en/weechat_user.en.adoc
+++ b/doc/en/weechat_user.en.adoc
@@ -94,17 +94,16 @@ WeeChat:
[width="100%",cols="5,^3,.^15",options="header"]
|===
-| Package ^(1)^ | Version | Feature
-| C compiler
- (gcc, clang, ...) | | Build.
-| cmake | ≥ 3.0 | Build (autotools still possible, but CMake is recommended).
-| pkg-config | | Detect installed libraries.
-| libncursesw5-dev ^(2)^ | | Ncurses interface.
-| libcurl4-gnutls-dev | | URL transfer.
-| libgcrypt20-dev | | Secured data, IRC SASL authentication.
-| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | SSL connection to IRC server, support of SSL in relay plugin, IRC SASL authentication (ECDSA-NIST256P-CHALLENGE).
-| zlib1g-dev | | Compression of messages (WeeChat -> client) with https://zlib.net/[zlib] in relay plugin (weechat protocol), script plugin.
-| libzstd-dev | | Compression of messages (WeeChat -> client) with https://facebook.github.io/zstd/[Zstandard] in relay plugin (weechat protocol).
+| Package ^(1)^ | Version | Feature
+| C compiler (gcc / clang) | | Build.
+| cmake | ≥ 3.0 | Build (autotools still possible, but CMake is recommended).
+| pkg-config | | Detect installed libraries.
+| libncursesw5-dev ^(2)^ | | Ncurses interface.
+| libcurl4-gnutls-dev | | URL transfer.
+| libgcrypt20-dev | | Secured data, IRC SASL authentication.
+| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | SSL connection to IRC server, support of SSL in relay plugin, IRC SASL authentication (ECDSA-NIST256P-CHALLENGE).
+| zlib1g-dev | | Compression of messages (WeeChat -> client) with https://zlib.net/[zlib] in relay plugin (weechat protocol), script plugin.
+| libzstd-dev | | Compression of messages (WeeChat -> client) with https://facebook.github.io/zstd/[Zstandard] in relay plugin (weechat protocol).
|===
[NOTE]
@@ -121,25 +120,25 @@ WeeChat:
[width="100%",cols="5,^3,.^15",options="header"]
|===
-| Package | Version | Feature
-| C++ compiler | | Build and run tests, JavaScript plugin.
-| gettext | | Internationalization (translation of messages; base language is English).
-| ca-certificates | | Certificates for SSL connections.
-| libaspell-dev
- ∥ libenchant-dev | | Spell plugin.
-| python3-dev ^(1)^ | | Python plugin.
-| libperl-dev | | Perl plugin.
-| ruby2.5, ruby2.5-dev | ≥ 1.9.1 | 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.
+| Package | Version | Feature
+| {cpp} compiler (pass:[g++ / clang++]) | | Build and run tests, JavaScript plugin.
+| gettext | | Internationalization (translation of messages; base language is English).
+| ca-certificates | | Certificates for SSL connections.
+| libaspell-dev / libenchant-dev | | Spell plugin.
+| python3-dev ^(1)^ | | Python plugin.
+| libperl-dev | | Perl plugin.
+| ruby2.5, ruby2.5-dev | ≥ 1.9.1 | 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 | ≥ 7.0 | PHP plugin.
+| 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]