diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-07-17 23:23:59 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-07-17 23:23:59 +0200 |
commit | 10024571efc49e470333b2d90aba3220a17eec5a (patch) | |
tree | 8b14eb7dae6ad90ed2d33348a26f633454577814 /doc/en | |
parent | e0e32284a903f5d2c5eb5d89d01c5c8611f931dd (diff) | |
download | weechat-10024571efc49e470333b2d90aba3220a17eec5a.zip |
doc: add gettext in dependencies for build (optional)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_user.en.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index a8c329c4f..0ca58384f 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -91,6 +91,7 @@ compile WeeChat. | Package ^(1)^ | Required | Feature | cmake | *yes* | build (autotools still possible, but cmake is recommended) | libncursesw5-dev ^(2)^ | *yes* | ncurses interface +| gettext | no | internationalization (translation of messages; base language is english) | libgcrypt11-dev | no | SASL authentication with IRC server using DH-BLOWFISH mechanism | libgnutls-dev (>= 2.2.0) | no | SSL connection to IRC server | libaspell-dev | no | aspell plugin |