1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 19:53:13 +02:00

doc: add C++ compiler requirement for javascript plugin in user's guide

This commit is contained in:
Sébastien Helleu
2015-03-08 13:24:20 +01:00
parent 0fb8c58aec
commit 4ddd641a7a
6 changed files with 20 additions and 12 deletions
+3 -2
View File
@@ -159,10 +159,11 @@ zu kompilieren und welche Pakete optional genutzt werden können.
| xsltproc, docbook-xml, docbook-xsl | | |
Erstellt man page
| libcpputest-dev | ≥ 3.4 | .2+|
| libcpputest-dev | ≥ 3.4 | |
Testlauf
| C++ compiler | |
| C++ compiler | | |
Testlauf, javascript Erweiterung
|===
[NOTE]