summaryrefslogtreecommitdiff
path: root/doc/fr
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-03-08 13:24:20 +0100
committerSébastien Helleu <flashcode@flashtux.org>2015-03-08 13:24:20 +0100
commit4ddd641a7aa71c949f4d6ba3602b7cd70811da2f (patch)
tree0ab0919c72664c0ad37025efd37c8739358243ef /doc/fr
parent0fb8c58aec88f387a35620459f7cd0756782bfbe (diff)
downloadweechat-4ddd641a7aa71c949f4d6ba3602b7cd70811da2f.zip
doc: add C++ compiler requirement for javascript plugin in user's guide
Diffstat (limited to 'doc/fr')
-rw-r--r--doc/fr/weechat_user.fr.asciidoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/fr/weechat_user.fr.asciidoc b/doc/fr/weechat_user.fr.asciidoc
index faf7afd33..d8339f284 100644
--- a/doc/fr/weechat_user.fr.asciidoc
+++ b/doc/fr/weechat_user.fr.asciidoc
@@ -156,10 +156,11 @@ compiler WeeChat.
| xsltproc, docbook-xml, docbook-xsl | | |
Construction de la page de manuel
-| libcpputest-dev | ≥ 3.4 | .2+|
+| libcpputest-dev | ≥ 3.4 | |
Lancement des tests
-| C++ compiler | |
+| C++ compiler | | |
+ Lancement des tests, extension javascript
|===
[NOTE]