diff options
-rw-r--r-- | doc/en/weechat_user.en.txt | 38 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.txt | 38 | ||||
-rw-r--r-- | doc/it/weechat_user.it.txt | 38 |
3 files changed, 102 insertions, 12 deletions
diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index 487a6b12d..6c981941a 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -75,9 +75,39 @@ Source package WeeChat can be compiled with cmake or autotools (cmake is recommended way). +[[dependencies]] +Dependencies +^^^^^^^^^^^^ + +Following table shows list of packages that are required or optional to +compile WeeChat. + +[width="80%",cols="4,^2,13",options="header"] +|======================================== +| Package ^1^ | Required | Feature +| cmake | *yes* | build (autotools still possible, but cmake is recommended) +| libncursesw5-dev ^2^ | *yes* | ncurses interface +| libgcrypt11-dev | no | SASL authentication with IRC server, using mechanism DH-BLOWFISH +| libgnutls-dev | no | SSL connection to IRC server +| libaspell-dev | no | aspell plugin +| libperl-dev | no | perl plugin +| python-dev | no | python plugin +| ruby1.8-dev | no | ruby plugin +| liblua5.1-0-dev | no | lua plugin +| tcl-dev | no | tcl plugin +| asciidoc (>= 8.2) | no | build documentation (HTML files) +| source-highlight | no | syntax highlight for sources in HTML documentation +|======================================== + +[NOTE] +^1^ name comes from GNU/Linux Debian distribution, version in package name can +be different + +^2^ WeeChat can compile with libncurses5-dev, but it is *NOT* recommended (you +will have display bugs with wide chars) + [[compile_with_cmake]] -With cmake -^^^^^^^^^^ +Compile with cmake +^^^^^^^^^^^^^^^^^^ * Installation in system directories (requires 'root' privileges): @@ -100,8 +130,8 @@ $ make install ---------------------------------------- [[compile_with_autotools]] -With autotools -^^^^^^^^^^^^^^ +Compile with autotools +^^^^^^^^^^^^^^^^^^^^^^ * Installation in system directories (requires 'root' privileges): diff --git a/doc/fr/weechat_user.fr.txt b/doc/fr/weechat_user.fr.txt index 75d36c4f8..a8a8bf879 100644 --- a/doc/fr/weechat_user.fr.txt +++ b/doc/fr/weechat_user.fr.txt @@ -77,9 +77,39 @@ Paquet source WeeChat peut être compilé avec cmake ou les autotools (cmake est la méthode recommandée). +[[dependencies]] +Dépendances +^^^^^^^^^^^ + +Le tableau suivant liste les paquets qui sont requis ou optionnels pour +compiler WeeChat. + +[width="80%",cols="4,^2,13",options="header"] +|======================================== +| Paquet ^1^ | Requis | Fonctionnalité +| cmake | *oui* | construction (autotools toujours possible, mais cmake est recommandé) +| libncursesw5-dev ^2^ | *oui* | interface ncurses +| libgcrypt11-dev | non | authentification SASL avec le serveur IRC, en utilisant le mécanisme DH-BLOWFISH +| libgnutls-dev | non | connexion SSL au serveur IRC +| libaspell-dev | non | extension aspell +| libperl-dev | non | extension perl +| python-dev | non | extension python +| ruby1.8-dev | non | extension ruby +| liblua5.1-0-dev | non | extension lua +| tcl-dev | non | extension tcl +| asciidoc (>= 8.2) | non | construction de la documentation (fichiers HTML) +| source-highlight | non | 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) + [[compile_with_cmake]] -Avec cmake -^^^^^^^^^^ +Compilation avec cmake +^^^^^^^^^^^^^^^^^^^^^^ * Installation dans les répertoires systèmes (nécessite les droits 'root') : @@ -102,8 +132,8 @@ $ make install ---------------------------------------- [[compile_with_autotools]] -Avec autotools -^^^^^^^^^^^^^^ +Compilation avec autotools +^^^^^^^^^^^^^^^^^^^^^^^^^^ * Installation dans les répertoires systèmes (nécessite les droits 'root') : diff --git a/doc/it/weechat_user.it.txt b/doc/it/weechat_user.it.txt index 89c9f51a1..0e1952534 100644 --- a/doc/it/weechat_user.it.txt +++ b/doc/it/weechat_user.it.txt @@ -79,9 +79,39 @@ Sorgenti WeeChat può essere compilato con cmake oppure autotools (tuttavia si raccomanda cmake). +[[dependencies]] +Dependencies +^^^^^^^^^^^^ + +Following table shows list of packages that are required or optional to +compile WeeChat. + +[width="80%",cols="4,^2,13",options="header"] +|======================================== +| Package ^1^ | Required | Feature +| cmake | *yes* | build (autotools still possible, but cmake is recommended) +| libncursesw5-dev ^2^ | *yes* | ncurses interface +| libgcrypt11-dev | no | SASL authentication with IRC server, using mechanism DH-BLOWFISH +| libgnutls-dev | no | SSL connection to IRC server +| libaspell-dev | no | aspell plugin +| libperl-dev | no | perl plugin +| python-dev | no | python plugin +| ruby1.8-dev | no | ruby plugin +| liblua5.1-0-dev | no | lua plugin +| tcl-dev | no | tcl plugin +| asciidoc (>= 8.2) | no | build documentation (HTML files) +| source-highlight | no | syntax highlight for sources in HTML documentation +|======================================== + +[NOTE] +^1^ name comes from GNU/Linux Debian distribution, version in package name can +be different + +^2^ WeeChat can compile with libncurses5-dev, but it is *NOT* recommended (you +will have display bugs with wide chars) + [[compile_with_cmake]] -Con cmake -^^^^^^^^^ +Compilazione con cmake +^^^^^^^^^^^^^^^^^^^^^^ * Installazione nelle cartelle di sistema (richiede privilegi di 'root'): @@ -104,8 +134,8 @@ $ make install ---------------------------------------- [[compile_with_autotools]] -Con autotools -^^^^^^^^^^^^^ +Compilazione con autotools +^^^^^^^^^^^^^^^^^^^^^^^^^^ * Installazione nelle cartelle di sistema (richiede privilegi di 'root'): |