diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-18 11:33:22 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-18 11:34:59 +0200 |
commit | e130ee7358564cfd5572ca0cf1ac6871425548ed (patch) | |
tree | a9ea85596b26b17a0710d4625a17a93017a3424d /doc/en | |
parent | 80693dcea9b645e54d7ad246d28c2cba39da4e30 (diff) | |
download | weechat-e130ee7358564cfd5572ca0cf1ac6871425548ed.zip |
core: make GnuTLS a required dependency
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 12148c1a9..c7565a46f 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -103,7 +103,7 @@ compile WeeChat. | 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). -| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | | SSL connection to IRC server, support of SSL in relay plugin, IRC SASL authentication (ECDSA-NIST256P-CHALLENGE). +| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | *yes* | 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 @@ -215,9 +215,6 @@ List of commonly used options: | ENABLE_FSET | `ON`, `OFF` | ON | Compile <<fset_plugin,Fset plugin>>. -| ENABLE_GNUTLS | `ON`, `OFF` | ON | - Enable GnuTLS (for SSL). - | ENABLE_GUILE | `ON`, `OFF` | ON | Compile <<scripts_plugins,Guile plugin>> (Scheme). |