summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-07-24 07:56:14 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-07-24 07:56:14 +0200
commit4bebc81dcbb5f98c05201c190507ab8e33ef274b (patch)
treef2be0f694778c5b405e8782389a4de76f07f8fd1 /doc/en
parentd9d36c8dd4691459519343b7f29336d4477c5c3d (diff)
downloadweechat-4bebc81dcbb5f98c05201c190507ab8e33ef274b.zip
doc: add min version for libcpputest-dev (user's guide)
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_user.en.asciidoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/weechat_user.en.asciidoc b/doc/en/weechat_user.en.asciidoc
index f0162501f..eec7dde8f 100644
--- a/doc/en/weechat_user.en.asciidoc
+++ b/doc/en/weechat_user.en.asciidoc
@@ -80,7 +80,7 @@ WeeChat can be compiled with cmake or autotools (cmake is recommended way).
Following table shows list of packages that are required or optional to
compile WeeChat.
-[width="100%",cols="5,^3,^3,13",options="header"]
+[width="100%",cols="5,^3,^3,.^13",options="header"]
|===
| Package ^(1)^ | Version | Required | Feature
| cmake | | *yes* | Build (autotools still possible, but cmake is recommended)
@@ -102,8 +102,8 @@ compile WeeChat.
| source-highlight | | | Syntax highlight for sources in documentation
| xsltproc,
docbook-xml, docbook-xsl | | | Build of man page
-| libcpputest-dev,
- C++ compiler | | | Run tests
+| libcpputest-dev | ≥ 3.4 | .2+| Run tests
+| C++ compiler | |
|===
[NOTE]