diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-22 09:52:25 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-22 09:55:24 +0200 |
commit | a3382f5a09a7795f4bb2a31b5633835675e5364e (patch) | |
tree | eecd9a0ab8c41b3d81a1de2d1295733bb6653979 /doc/en | |
parent | 212741af0596ee8c95e572327b5b064a5057c7e4 (diff) | |
download | weechat-a3382f5a09a7795f4bb2a31b5633835675e5364e.zip |
build: update build dependency from libncursesw5-dev to libncurses-dev
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 3fffc5ba8..d0ea70be9 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -113,7 +113,7 @@ WeeChat: | pkg-config | | Detect installed libraries. -| libncursesw5-dev ^(2)^ | +| libncurses-dev | | Ncurses interface. | libcurl4-gnutls-dev | @@ -122,7 +122,7 @@ WeeChat: | libgcrypt20-dev | | Secured data, IRC SASL authentication. -| libgnutls28-dev | ≥ 2.2.0 ^(3)^ +| libgnutls28-dev | ≥ 2.2.0 ^(2)^ | IRC plugin: support of TLS connections, IRC SASL authentication (ECDSA-NIST256P-CHALLENGE). + Relay plugin: support of TLS connections. @@ -139,10 +139,7 @@ WeeChat: [NOTE] ^(1)^ Name comes from the Debian GNU/Linux Bookworm distribution, version and name can be different in other distributions. + -^(2)^ It is recommended to compile with libncurses**w**5-dev (the *w* is -important). WeeChat can compile with libncurses5-dev, but it is *NOT* recommended: -you may experience display bugs with wide chars. + -^(3)^ GnuTLS ≥ 3.0.21 is required for IRC SASL authentication with mechanism +^(2)^ GnuTLS ≥ 3.0.21 is required for IRC SASL authentication with mechanism ECDSA-NIST256P-CHALLENGE. The following table shows the list of packages that are optional to compile |