summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_user.en.asciidoc84
1 files changed, 22 insertions, 62 deletions
diff --git a/doc/en/weechat_user.en.asciidoc b/doc/en/weechat_user.en.asciidoc
index 029c6f970..439baa7c9 100644
--- a/doc/en/weechat_user.en.asciidoc
+++ b/doc/en/weechat_user.en.asciidoc
@@ -93,68 +93,28 @@ compile WeeChat.
[width="100%",cols="5,^3,^3,.^13",options="header"]
|===
-| Package ^(1)^ | Version | Required | Feature
-
-| 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 or libenchant-dev | | |
- Aspell plugin
-
-| python-dev | ≥ 2.5 ^(4)^ | |
- Python plugin
-
-| libperl-dev | | |
- Perl plugin
-
-| 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
-
-| asciidoctor | ≥ 1.5.0 | |
- Build man page and documentation
-
-| libcpputest-dev | ≥ 3.4 | |
- Run tests
-
-| C++ compiler | | |
- Run tests, javascript plugin
+| Package ^(1)^ | Version | Required | Feature
+| 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.5 ^(4)^ | | Python plugin
+| libperl-dev | | | Perl plugin
+| 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
+| asciidoctor | ≥ 1.5.0 | | Build man page and documentation
+| libcpputest-dev | ≥ 3.4 | | Run tests
+| C++ compiler | | | Run tests, javascript plugin
|===
[NOTE]