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/it/weechat_user.it.adoc | |
parent | 212741af0596ee8c95e572327b5b064a5057c7e4 (diff) | |
download | weechat-a3382f5a09a7795f4bb2a31b5633835675e5364e.zip |
build: update build dependency from libncursesw5-dev to libncurses-dev
Diffstat (limited to 'doc/it/weechat_user.it.adoc')
-rw-r--r-- | doc/it/weechat_user.it.adoc | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index 084ab666e..108c1fb6d 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -139,7 +139,7 @@ WeeChat: | pkg-config | | Detect installed libraries. -| libncursesw5-dev ^(2)^ | +| libncurses-dev | | Interfaccia ncurses. | libcurl4-gnutls-dev | @@ -150,7 +150,7 @@ WeeChat: | Secured data, IRC SASL authentication. // TRANSLATION MISSING -| 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. @@ -171,11 +171,7 @@ WeeChat: ^(1)^ Name comes from the Debian GNU/Linux Bookworm distribution, version and name can be different in other distributions. + // TRANSLATION MISSING -^(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. + -// TRANSLATION MISSING -^(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. // TRANSLATION MISSING |