mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 12:26:40 +02:00
doc/user: remove Javascript from plugins compiled with CMake option ENABLE_SCRIPTS
The Javascript plugin is not built by default any more since v2.9 and must be explicitly enabled with `-DENABLE_JAVASCRIPT=ON`.
This commit is contained in:
@@ -318,7 +318,7 @@ Liste von häufig verwendeten Optionen:
|
||||
|
||||
| ENABLE_SCRIPTS | `ON`, `OFF` | ON
|
||||
| kompiliert <<scripting_plugins,Skripten-Erweiterungen>> (Python, Perl, Ruby,
|
||||
Lua, Tcl, Guile, JavaScript, PHP).
|
||||
Lua, Tcl, Guile, PHP).
|
||||
|
||||
| ENABLE_SPELL | `ON`, `OFF` | ON
|
||||
| kompiliert <<spell_checking,Spell Erweiterung>>.
|
||||
|
||||
@@ -310,7 +310,7 @@ List of commonly used options:
|
||||
|
||||
| ENABLE_SCRIPTS | `ON`, `OFF` | ON
|
||||
| Compile <<scripting_plugins,script plugins>> (Python, Perl, Ruby, Lua, Tcl,
|
||||
Guile, JavaScript, PHP).
|
||||
Guile, PHP).
|
||||
|
||||
| ENABLE_SPELL | `ON`, `OFF` | ON
|
||||
| Compile <<spell_checking,Spell plugin>>.
|
||||
|
||||
@@ -310,7 +310,7 @@ Liste des options couramment utilisées :
|
||||
|
||||
| ENABLE_SCRIPTS | `ON`, `OFF` | ON
|
||||
| Compiler <<scripting_plugins,les extensions de script>> (Python, Perl, Ruby,
|
||||
Lua, Tcl, Guile, JavaScript, PHP).
|
||||
Lua, Tcl, Guile, PHP).
|
||||
|
||||
| ENABLE_SPELL | `ON`, `OFF` | ON
|
||||
| Compiler <<spell_checking,l'extension Spell>>.
|
||||
|
||||
@@ -361,7 +361,7 @@ List of commonly used options:
|
||||
|
||||
| ENABLE_SCRIPTS | `ON`, `OFF` | ON
|
||||
| Compile <<scripting_plugins,script plugins>> (Python, Perl, Ruby, Lua, Tcl,
|
||||
Guile, JavaScript, PHP).
|
||||
Guile, PHP).
|
||||
|
||||
| ENABLE_SPELL | `ON`, `OFF` | ON
|
||||
| Compile <<spell_checking,Spell plugin>>.
|
||||
|
||||
@@ -336,7 +336,7 @@ CMake に対するオプションを指定するには、以下の書式を使
|
||||
|
||||
| ENABLE_SCRIPTS | `ON`, `OFF` | ON
|
||||
| すべての<<scripting_plugins,スクリプトプラグイン>>
|
||||
(Python、Perl、Ruby、Lua、Tcl、Guile、JavaScript、PHP) のコンパイル。
|
||||
(Python、Perl、Ruby、Lua、Tcl、Guile、PHP) のコンパイル。
|
||||
|
||||
| ENABLE_SPELL | `ON`, `OFF` | ON
|
||||
| <<spell_checking,Spell プラグイン>>のコンパイル。
|
||||
|
||||
@@ -320,7 +320,7 @@ Lista popularnych opcji:
|
||||
|
||||
| ENABLE_SCRIPTS | `ON`, `OFF` | ON
|
||||
| Kompilacja <<scripting_plugins,wtyczek skryptowych>> (Python, Perl, Ruby, Lua,
|
||||
Tcl, Guile, JavaScript, PHP).
|
||||
Tcl, Guile, PHP).
|
||||
|
||||
| ENABLE_SPELL | `ON`, `OFF` | ON
|
||||
| Kompilacja <<spell_checking,wtyczki spell>>.
|
||||
|
||||
@@ -304,7 +304,7 @@ $ make install
|
||||
|
||||
| ENABLE_SCRIPTS | `ON`, `OFF` | ON
|
||||
| Компајлира <<scripting_plugins,script додатке>> (Python, Perl, Ruby, Lua, Tcl,
|
||||
Guile, JavaScript, PHP).
|
||||
Guile, PHP).
|
||||
|
||||
| ENABLE_SPELL | `ON`, `OFF` | ON
|
||||
| Компајлира <<spell_checking,Spell додатак>>.
|
||||
|
||||
Reference in New Issue
Block a user