mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
doc: improve description of CMake option ENABLE_PYTHON3 in user's guide
This commit is contained in:
@@ -262,9 +262,13 @@ Liste von häufig verwendeten Optionen:
|
||||
| ENABLE_PYTHON | `ON`, `OFF` | ON |
|
||||
kompiliert <<scripts_plugins,Python Erweiterung>>.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
| ENABLE_PYTHON3 | `ON`, `OFF` | OFF |
|
||||
kompiliert <<scripts_plugins,Python Erweiterung>> mittels Python 3 (dies wird *NICHT* empfohlen,
|
||||
da viele Skripten nicht kompatible mit Python 3 sind).
|
||||
Compile <<scripts_plugins,Python plugin>> using Python 3. +
|
||||
This option is not recommended because many scripts are not yet compatible
|
||||
with Python 3. +
|
||||
You can follow the progress of Python 3 transition on this page:
|
||||
https://weechat.org/scripts/python3/
|
||||
|
||||
| ENABLE_RELAY | `ON`, `OFF` | ON |
|
||||
kompiliert <<relay_plugin,Relay Erweiterung>>.
|
||||
|
||||
@@ -253,8 +253,11 @@ List of commonly used options:
|
||||
Compile <<scripts_plugins,Python plugin>>.
|
||||
|
||||
| ENABLE_PYTHON3 | `ON`, `OFF` | OFF |
|
||||
Compile <<scripts_plugins,Python plugin>> using Python 3 (*NOT* recommended
|
||||
because many scripts are not compatible with Python 3).
|
||||
Compile <<scripts_plugins,Python plugin>> using Python 3. +
|
||||
This option is not recommended because many scripts are not yet compatible
|
||||
with Python 3. +
|
||||
You can follow the progress of Python 3 transition on this page:
|
||||
https://weechat.org/scripts/python3/
|
||||
|
||||
| ENABLE_RELAY | `ON`, `OFF` | ON |
|
||||
Compile <<relay_plugin,Relay plugin>>.
|
||||
|
||||
@@ -257,8 +257,11 @@ Liste des options couramment utilisées :
|
||||
Compiler <<scripts_plugins,l'extension Python>>.
|
||||
|
||||
| ENABLE_PYTHON3 | `ON`, `OFF` | OFF |
|
||||
Compiler <<scripts_plugins,l'extension Python>> en utilisant Python 3 (*NON*
|
||||
recommandé car beaucoup de scripts ne sont pas compatibles avec Python 3).
|
||||
Compiler <<scripts_plugins,l'extension Python>> en utilisant Python 3. +
|
||||
Cette option n'est pas recommandée car beaucoup de scripts ne sont pas encore
|
||||
compatibles avec Python 3. +
|
||||
Vous pouvez suivre l'avancement de la transition vers Python 3 sur cette page :
|
||||
https://weechat.org/scripts/python3/
|
||||
|
||||
| ENABLE_RELAY | `ON`, `OFF` | ON |
|
||||
Compiler <<relay_plugin,l'extension Relay>>.
|
||||
|
||||
@@ -287,8 +287,11 @@ List of commonly used options:
|
||||
Compile <<scripts_plugins,Python plugin>>.
|
||||
|
||||
| ENABLE_PYTHON3 | `ON`, `OFF` | OFF |
|
||||
Compile <<scripts_plugins,Python plugin>> using Python 3 (*NOT* recommended
|
||||
because many scripts are not compatible with Python 3).
|
||||
Compile <<scripts_plugins,Python plugin>> using Python 3. +
|
||||
This option is not recommended because many scripts are not yet compatible
|
||||
with Python 3. +
|
||||
You can follow the progress of Python 3 transition on this page:
|
||||
https://weechat.org/scripts/python3/
|
||||
|
||||
| ENABLE_RELAY | `ON`, `OFF` | ON |
|
||||
Compile <<relay_plugin,Relay plugin>>.
|
||||
|
||||
@@ -259,9 +259,13 @@ cmake に対するオプションを指定するには、以下の書式を使
|
||||
| ENABLE_PYTHON | `ON`, `OFF` | ON |
|
||||
<<scripts_plugins,Python プラグイン>>のコンパイル。
|
||||
|
||||
// TRANSLATION MISSING
|
||||
| ENABLE_PYTHON3 | `ON`, `OFF` | OFF |
|
||||
Python 3 を使った <<scripts_plugins,Python プラグイン>>のコンパイル
|
||||
(多くのスクリプトは Python 3 と互換性がないため *非推奨* です)。
|
||||
Compile <<scripts_plugins,Python plugin>> using Python 3. +
|
||||
This option is not recommended because many scripts are not yet compatible
|
||||
with Python 3. +
|
||||
You can follow the progress of Python 3 transition on this page:
|
||||
https://weechat.org/scripts/python3/
|
||||
|
||||
| ENABLE_RELAY | `ON`, `OFF` | ON |
|
||||
<<relay_plugin,リレープラグイン>>のコンパイル。
|
||||
|
||||
@@ -260,9 +260,13 @@ Lista popularnych opcji:
|
||||
| ENABLE_PYTHON | `ON`, `OFF` | ON |
|
||||
Kompilacja <<scripts_plugins,wtyczki python>>.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
| ENABLE_PYTHON3 | `ON`, `OFF` | OFF |
|
||||
Kompilacja <<scripts_plugins,wtyczki Python>> używając Pythona 3 (*NIE*
|
||||
zalecane, ponieważ wiele skryptów nie jest kompatybilna z Pythonem 3).
|
||||
Compile <<scripts_plugins,Python plugin>> using Python 3. +
|
||||
This option is not recommended because many scripts are not yet compatible
|
||||
with Python 3. +
|
||||
You can follow the progress of Python 3 transition on this page:
|
||||
https://weechat.org/scripts/python3/
|
||||
|
||||
| ENABLE_RELAY | `ON`, `OFF` | ON |
|
||||
Kompilacja <<relay_plugin,wtyczki relay>>.
|
||||
|
||||
Reference in New Issue
Block a user