diff options
-rw-r--r-- | doc/de/weechat_user.de.txt | 39 | ||||
-rw-r--r-- | doc/en/weechat_user.en.txt | 38 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.txt | 39 | ||||
-rw-r--r-- | doc/it/weechat_user.it.txt | 39 |
4 files changed, 83 insertions, 72 deletions
diff --git a/doc/de/weechat_user.de.txt b/doc/de/weechat_user.de.txt index 78f1608c7..46b00e4fa 100644 --- a/doc/de/weechat_user.de.txt +++ b/doc/de/weechat_user.de.txt @@ -87,30 +87,33 @@ welche Pakete optional genutzt werden können. [width="100%",cols="5,^3,^3,13",options="header"] |======================================== -| Paket ^(1)^ | Version | benötigt | Funktion -| cmake | | *ja* | zum kompilieren (autotools ist möglich. cmake wird aber empfohlen) -| libncursesw5-dev ^(2)^ | | *ja* | ncurses Oberfläche -| libcurl4-xxxxx-dev | | *ja* | URL Transfer -| gettext | | | Internationalisierung (Übersetzung der Mitteilungen; Hauptsprache ist englisch) -| libgcrypt11-dev | | | SASL Authentifikation am IRC Server mittels DH-BLOWFISH Methode -| libgnutls-dev | ≥ 2.2.0 | | SSL Verbindung zu einem IRC Server -| ca-certificates | | | Zertifikate für SSL Verbindungen -| libaspell-dev | | | aspell Erweiterung -| python-dev | 2.5 → 2.7 | | python Erweiterung -| libperl-dev | | | perl Erweiterung -| ruby1.8-dev | | | ruby Erweiterung -| liblua5.1-0-dev | | | lua Erweiterung -| tcl-dev | ≥ 8.5 | | tcl Erweiterung -| guile-1.8-dev | | | guile (scheme) Erweiterung -| asciidoc | ≥ 8.5.0 | | erstellt Dokumentation (HTML Dateien) -| source-highlight | | | Syntax highlight für Quelltext in HTML Dokumentation +| Paket ^(1)^ | Version | benötigt | Funktion +| cmake | | *ja* | zum kompilieren (autotools ist möglich. cmake wird aber empfohlen) +| libncursesw5-dev ^(2)^ | | *ja* | ncurses Oberfläche +| libcurl4-xxxxx-dev | | *ja* | URL Transfer +| gettext | | | Internationalisierung (Übersetzung der Mitteilungen; Hauptsprache ist englisch) +| libgcrypt11-dev | | | SASL Authentifikation am IRC Server mittels DH-BLOWFISH Methode +| libgnutls-dev | ≥ 2.2.0 | | SSL Verbindung zu einem IRC Server +| ca-certificates | | | Zertifikate für SSL Verbindungen +| libaspell-dev | | | aspell Erweiterung +| python-dev | ≥ 2.5 ^(3)^ | | python Erweiterung +| libperl-dev | | | perl Erweiterung +| ruby1.8-dev | | | ruby Erweiterung +| liblua5.1-0-dev | | | lua Erweiterung +| tcl-dev | ≥ 8.5 | | tcl Erweiterung +| guile-1.8-dev | | | guile (scheme) Erweiterung +| asciidoc | ≥ 8.5.0 | | erstellt Dokumentation (HTML Dateien) +| source-highlight | | | Syntax highlight für Quelltext in HTML Dokumentation |======================================== [NOTE] ^(1)^ Paketnamen wurden von der Debian GNU/Linux Distribution übernommen. Versionen und Paketnamen können für andere Distributionen abweichend sein. + ^(2)^ WeeChat kann auch mit libncurses5-dev kompiliert werden. Dies wird aber *NICHT* empfohlen (es -treten dabei Darstellungsfehler mit breiten Zeichen auf). +treten dabei Darstellungsfehler mit breiten Zeichen auf). + +// TRANSLATION MISSING +^(3)^ WeeChat can compile with Python 3.x, but recommended Python version is 2.7 +(all scripts run fine with version 2.x, but not with version 3.x). [[compile_with_cmake]] Kompilieren mit cmake diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index 9d1c942e9..c31bf58cf 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -87,30 +87,32 @@ compile WeeChat. [width="100%",cols="5,^3,^3,13",options="header"] |======================================== -| Package ^(1)^ | Version | Required | Feature -| cmake | | *yes* | build (autotools still possible, but cmake is recommended) -| libncursesw5-dev ^(2)^ | | *yes* | ncurses interface -| libcurl4-xxxxx-dev | | *yes* | URL transfer -| gettext | | | internationalization (translation of messages; base language is english) -| libgcrypt11-dev | | | SASL authentication with IRC server using DH-BLOWFISH mechanism -| libgnutls-dev | ≥ 2.2.0 | | SSL connection to IRC server -| ca-certificates | | | certificates for SSL connections -| libaspell-dev | | | aspell plugin -| python-dev | 2.5 → 2.7 | | python plugin -| libperl-dev | | | perl plugin -| ruby1.8-dev | | | ruby plugin -| liblua5.1-0-dev | | | lua plugin -| tcl-dev | ≥ 8.5 | | tcl plugin -| guile-1.8-dev | | | guile (scheme) plugin -| asciidoc | ≥ 8.5.0 | | build documentation (HTML files) -| source-highlight | | | syntax highlight for sources in HTML documentation +| Package ^(1)^ | Version | Required | Feature +| cmake | | *yes* | build (autotools still possible, but cmake is recommended) +| libncursesw5-dev ^(2)^ | | *yes* | ncurses interface +| libcurl4-xxxxx-dev | | *yes* | URL transfer +| gettext | | | internationalization (translation of messages; base language is english) +| libgcrypt11-dev | | | SASL authentication with IRC server using DH-BLOWFISH mechanism +| libgnutls-dev | ≥ 2.2.0 | | SSL connection to IRC server +| ca-certificates | | | certificates for SSL connections +| libaspell-dev | | | aspell plugin +| python-dev | ≥ 2.5 ^(3)^ | | python plugin +| libperl-dev | | | perl plugin +| ruby1.8-dev | | | ruby plugin +| liblua5.1-0-dev | | | lua plugin +| tcl-dev | ≥ 8.5 | | tcl plugin +| guile-1.8-dev | | | guile (scheme) plugin +| asciidoc | ≥ 8.5.0 | | build documentation (HTML files) +| source-highlight | | | syntax highlight for sources in HTML documentation |======================================== [NOTE] ^(1)^ Name comes from the Debian GNU/Linux distribution, versions and package names may be different in different distributions and versions. + ^(2)^ WeeChat can compile with libncurses5-dev, but it is *NOT* recommended (you -will have display bugs with wide chars). +will have display bugs with wide chars). + +^(3)^ WeeChat can compile with Python 3.x, but recommended Python version is 2.7 +(all scripts run fine with version 2.x, but not with version 3.x). [[compile_with_cmake]] Compile with cmake diff --git a/doc/fr/weechat_user.fr.txt b/doc/fr/weechat_user.fr.txt index c1fa747af..91909d044 100644 --- a/doc/fr/weechat_user.fr.txt +++ b/doc/fr/weechat_user.fr.txt @@ -89,30 +89,33 @@ compiler WeeChat. [width="100%",cols="5,^3,^3,13",options="header"] |======================================== -| Paquet ^(1)^ | Version | Requis | Fonctionnalité -| cmake | | *oui* | construction (autotools toujours possible, mais cmake est recommandé) -| libncursesw5-dev ^(2)^ | | *oui* | interface ncurses -| libcurl4-xxxxx-dev | | *oui* | transfert d'URL -| gettext | | | internationalisation (traduction des messages; la langue de base est l'anglais) -| libgcrypt11-dev | | | authentification SASL avec le serveur IRC, en utilisant le mécanisme DH-BLOWFISH -| libgnutls-dev | ≥ 2.2.0 | | connexion SSL au serveur IRC -| ca-certificates | | | certificats pour les connexions SSL -| libaspell-dev | | | extension aspell -| python-dev | 2.5 → 2.7 | | extension python -| libperl-dev | | | extension perl -| ruby1.8-dev | | | extension ruby -| liblua5.1-0-dev | | | extension lua -| tcl-dev | ≥ 8.5 | | extension tcl -| guile-1.8-dev | | | extention guile (scheme) -| asciidoc | ≥ 8.5.0 | | construction de la documentation (fichiers HTML) -| source-highlight | | | coloration des sources dans la documentation HTML +| Paquet ^(1)^ | Version | Requis | Fonctionnalité +| cmake | | *oui* | construction (autotools toujours possible, mais cmake est recommandé) +| libncursesw5-dev ^(2)^ | | *oui* | interface ncurses +| libcurl4-xxxxx-dev | | *oui* | transfert d'URL +| gettext | | | internationalisation (traduction des messages; la langue de base est l'anglais) +| libgcrypt11-dev | | | authentification SASL avec le serveur IRC, en utilisant le mécanisme DH-BLOWFISH +| libgnutls-dev | ≥ 2.2.0 | | connexion SSL au serveur IRC +| ca-certificates | | | certificats pour les connexions SSL +| libaspell-dev | | | extension aspell +| python-dev | ≥ 2.5 ^(3)^ | | extension python +| libperl-dev | | | extension perl +| ruby1.8-dev | | | extension ruby +| liblua5.1-0-dev | | | extension lua +| tcl-dev | ≥ 8.5 | | extension tcl +| guile-1.8-dev | | | extention guile (scheme) +| asciidoc | ≥ 8.5.0 | | construction de la documentation (fichiers HTML) +| source-highlight | | | coloration des sources dans la documentation HTML |======================================== [NOTE] ^(1)^ Le nom provient de la distribution GNU/Linux Debian, la version dans le nom du paquet peut être différente. + ^(2)^ WeeChat peut compiler avec libncurses5-dev, mais ce n'est *PAS* recommandé -(vous aurez des bugs d'affichage avec les caractères larges). +(vous aurez des bugs d'affichage avec les caractères larges). + +^(3)^ WeeChat peut compiler avec Python 3.x, mais la version de Python +recommandée est 2.7 (tous les scripts tournent bien avec la version 2.x, mais +pas avec la version 3.x). [[compile_with_cmake]] Compilation avec cmake diff --git a/doc/it/weechat_user.it.txt b/doc/it/weechat_user.it.txt index 94d3d38b5..1e613c58b 100644 --- a/doc/it/weechat_user.it.txt +++ b/doc/it/weechat_user.it.txt @@ -91,31 +91,34 @@ compilare WeeChat. [width="100%",cols="5,^3,^3,13",options="header"] |======================================== -| Pacchetto ^(1)^ | Versione | Richiesto | Caratteristica -| cmake | | *sì* | compilazione (ancora possibile con autotools, ma si raccomanda cmake) -| libncursesw5-dev ^(2)^ | | *sì* | interfaccia ncurses +| Pacchetto ^(1)^ | Versione | Richiesto | Caratteristica +| cmake | | *sì* | compilazione (ancora possibile con autotools, ma si raccomanda cmake) +| libncursesw5-dev ^(2)^ | | *sì* | interfaccia ncurses // TRANSLATION MISSING -| libcurl4-xxxxx-dev | | *sì* | URL transfer -| gettext | | | internazionalizzazione (traduzione dei messaggi; la lingua base è l'inglese) -| libgcrypt11-dev | | | autenticazione SASL per i server IRC che utilizzano il meccanismo DH-BLOWFISH -| libgnutls-dev | ≥ 2.2.0 | | connessione SSL al server IRC -| ca-certificates | | | certificati per le connessioni SSL -| libaspell-dev | | | plugin aspell -| python-dev | 2.5 → 2.7 | | plugin python -| libperl-dev | | | plugin perl -| ruby1.8-dev | | | plugin ruby -| liblua5.1-0-dev | | | plugin lua -| tcl-dev | ≥ 8.5 | | plugin tcl -| guile-1.8-dev | | | plugin guile (scheme) -| asciidoc | ≥ 8.5.0 | | compilazione della documentazione (file HTML) -| source-highlight | | | evidenziazione della sintassi per i sorgenti nella documentazione HTML +| libcurl4-xxxxx-dev | | *sì* | URL transfer +| gettext | | | internazionalizzazione (traduzione dei messaggi; la lingua base è l'inglese) +| libgcrypt11-dev | | | autenticazione SASL per i server IRC che utilizzano il meccanismo DH-BLOWFISH +| libgnutls-dev | ≥ 2.2.0 | | connessione SSL al server IRC +| ca-certificates | | | certificati per le connessioni SSL +| libaspell-dev | | | plugin aspell +| python-dev | ≥ 2.5 ^(3)^ | | plugin python +| libperl-dev | | | plugin perl +| ruby1.8-dev | | | plugin ruby +| liblua5.1-0-dev | | | plugin lua +| tcl-dev | ≥ 8.5 | | plugin tcl +| guile-1.8-dev | | | plugin guile (scheme) +| asciidoc | ≥ 8.5.0 | | compilazione della documentazione (file HTML) +| source-highlight | | | evidenziazione della sintassi per i sorgenti nella documentazione HTML |======================================== [NOTE] ^(1)^ Il nome viene dalla distribuzione Debian GNU/Linux, nomi e versioni dei pacchetti potrebbero essere differenti in versioni e distribuzioni differenti. + ^(2)^ WeeChat può essere compilato con libncurses5-dev, ma *NON* è raccomandato -(potrebbero verificarsi bug di visualizzazione). +(potrebbero verificarsi bug di visualizzazione). + +// TRANSLATION MISSING +^(3)^ WeeChat can compile with Python 3.x, but recommended Python version is 2.7 +(all scripts run fine with version 2.x, but not with version 3.x). [[compile_with_cmake]] Compilazione con cmake |