summaryrefslogtreecommitdiff
path: root/doc/en/weechat_user.en.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-08-07 10:43:54 +0200
committerSébastien Helleu <flashcode@flashtux.org>2016-08-07 10:43:54 +0200
commitd575d43218a0c6ab64598b5fc3278914e3544423 (patch)
treeafa8a22c9a75a0b4c256e71537f2a62f5d7a856e /doc/en/weechat_user.en.adoc
parent0de910838d9c000f9dee62167ddde639d241fde8 (diff)
downloadweechat-d575d43218a0c6ab64598b5fc3278914e3544423.zip
doc: add C compiler in dependencies (user's guide)
Diffstat (limited to 'doc/en/weechat_user.en.adoc')
-rw-r--r--doc/en/weechat_user.en.adoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc
index cc91dd09f..a13c0dbac 100644
--- a/doc/en/weechat_user.en.adoc
+++ b/doc/en/weechat_user.en.adoc
@@ -94,6 +94,9 @@ compile WeeChat.
[width="100%",cols="5,^3,^3,.^13",options="header"]
|===
| Package ^(1)^ | Version | Required | Feature
+| C compiler
+ (gcc, clang, ...) | | *yes* | Build
+| C++ compiler | | | Build and run tests, javascript plugin
| cmake | | *yes* | Build (autotools still possible, but cmake is recommended)
| pkg-config | | *yes* | Detect installed libraries
| libncursesw5-dev ^(2)^ | | *yes* | Ncurses interface
@@ -113,8 +116,7 @@ compile WeeChat.
| guile-2.0-dev | ≥ 2.0 | | Guile (scheme) plugin
| libv8-dev | ≤ 3.24.3 | | Javascript plugin
| asciidoctor | ≥ 1.5.4 | | Build man page and documentation
-| libcpputest-dev | ≥ 3.4 | | Run tests
-| C++ compiler | | | Run tests, javascript plugin
+| libcpputest-dev | ≥ 3.4 | | Build and run tests
|===
[NOTE]