diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-20 17:02:02 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-20 17:02:02 +0200 |
commit | 3600b3118840b21cf67b6a48926a900b05f1c7f0 (patch) | |
tree | 0c4688611e12ad8e3b675f448b6652e4d502a9bd /doc/en/weechat_user.en.asciidoc | |
parent | d083b77d7fcba4187ff3c7d860fccb73b89507ef (diff) | |
download | weechat-3600b3118840b21cf67b6a48926a900b05f1c7f0.zip |
doc: add C++ compiler in dependencies to run tests (user's guide)
Diffstat (limited to 'doc/en/weechat_user.en.asciidoc')
-rw-r--r-- | doc/en/weechat_user.en.asciidoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/en/weechat_user.en.asciidoc b/doc/en/weechat_user.en.asciidoc index 35bcf188d..f0162501f 100644 --- a/doc/en/weechat_user.en.asciidoc +++ b/doc/en/weechat_user.en.asciidoc @@ -102,7 +102,8 @@ compile WeeChat. | source-highlight | | | Syntax highlight for sources in documentation | xsltproc, docbook-xml, docbook-xsl | | | Build of man page -| libcpputest-dev | | | Run tests +| libcpputest-dev, + C++ compiler | | | Run tests |=== [NOTE] |