doc: improve source of table with dependencies in user's guide

v2.8-utf8proc
Sébastien Helleu 2016-05-06 22:00:04 +02:00
parent 67250aa2bb
commit b11d1408aa
6 changed files with 132 additions and 379 deletions

View File

@ -100,71 +100,28 @@ zu kompilieren und 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)
| pkg-config | | *ja* |
entdeckt installierte Bibliotheken
| libncursesw5-dev ^(2)^ | | *ja* |
Ncurses Oberfläche
| libcurl4-gnutls-dev | | *ja* |
URL Transfer
| zlib1g-dev | | *ja* |
Kompression für Pakete, die mittels Relay- (WeeChat Protokoll),
Script-Erweiterung übertragen werden
| libgcrypt20-dev | | *ja* |
Geschützte Daten, IRC SASL Authentifikation (DH-BLOWFISH/DH-AES),
Skript-Erweiterung
| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | |
SSL Verbindung zu einem IRC Server, Unterstützung von SSL in der
Relay-Erweiterung, IRC SASL Authentifikation (ECDSA-NIST256P-CHALLENGE)
| gettext | | |
Internationalisierung (Übersetzung der Mitteilungen; Hauptsprache ist
englisch)
| ca-certificates | | |
Zertifikate für SSL Verbindungen
| libaspell-dev oder libenchant-dev | | |
Aspell Erweiterung
| python-dev | ≥ 2.5 ^(4)^ | |
Python Erweiterung
| libperl-dev | | |
Perl Erweiterung
| ruby2.3-dev | ≥ 1.8 | |
Ruby Erweiterung
| liblua5.3-dev | | |
Lua Erweiterung
| tcl-dev | ≥ 8.5 | |
Tcl Erweiterung
| guile-2.0-dev | ≥ 2.0 | |
Guile (scheme) Erweiterung
| libv8-dev | ≤ 3.24.3 | |
Javascript Erweiterung
| asciidoctor | ≥ 1.5.0 | |
Zum Erstellen der man page und der Dokumentation
| libcpputest-dev | ≥ 3.4 | |
Testlauf
| C++ compiler | | |
Testlauf, javascript Erweiterung
| Paket ^(1)^ | Version | benötigt | Funktion
| cmake | | *ja* | Zum kompilieren (autotools ist möglich. cmake wird aber empfohlen)
| pkg-config | | *ja* | entdeckt installierte Bibliotheken
| libncursesw5-dev ^(2)^ | | *ja* | Ncurses Oberfläche
| libcurl4-gnutls-dev | | *ja* | URL Transfer
| zlib1g-dev | | *ja* | Kompression für Pakete, die mittels Relay- (WeeChat Protokoll), Script-Erweiterung übertragen werden
| libgcrypt20-dev | | *ja* | Geschützte Daten, IRC SASL Authentifikation (DH-BLOWFISH/DH-AES), Skript-Erweiterung
| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | | SSL Verbindung zu einem IRC Server, Unterstützung von SSL in der Relay-Erweiterung, IRC SASL Authentifikation (ECDSA-NIST256P-CHALLENGE)
| gettext | | | Internationalisierung (Übersetzung der Mitteilungen; Hauptsprache ist englisch)
| ca-certificates | | | Zertifikate für SSL Verbindungen
| libaspell-dev
∥ libenchant-dev | | | Aspell Erweiterung
| python-dev | ≥ 2.5 ^(4)^ | | Python Erweiterung
| libperl-dev | | | Perl Erweiterung
| ruby2.3-dev | ≥ 1.8 | | Ruby Erweiterung
| liblua5.3-dev | | | Lua Erweiterung
| tcl-dev | ≥ 8.5 | | Tcl Erweiterung
| guile-2.0-dev | ≥ 2.0 | | Guile (scheme) Erweiterung
| libv8-dev | ≤ 3.24.3 | | Javascript Erweiterung
| asciidoctor | ≥ 1.5.0 | | Zum Erstellen der man page und der Dokumentation
| libcpputest-dev | ≥ 3.4 | | Testlauf
| C++ compiler | | | Testlauf, javascript Erweiterung
|===
[NOTE]

View File

@ -93,68 +93,28 @@ 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)
| pkg-config | | *yes* |
Detect installed libraries
| libncursesw5-dev ^(2)^ | | *yes* |
Ncurses interface
| libcurl4-gnutls-dev | | *yes* |
URL transfer
| zlib1g-dev | | *yes* |
Compression of packets in relay plugin (weechat protocol), script plugin
| libgcrypt20-dev | | *yes* |
Secured data, IRC SASL authentication (DH-BLOWFISH/DH-AES), script plugin
| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | |
SSL connection to IRC server, support of SSL in relay plugin,
IRC SASL authentication (ECDSA-NIST256P-CHALLENGE)
| gettext | | |
Internationalization (translation of messages; base language is English)
| ca-certificates | | |
Certificates for SSL connections
| libaspell-dev or libenchant-dev | | |
Aspell plugin
| python-dev | ≥ 2.5 ^(4)^ | |
Python plugin
| libperl-dev | | |
Perl plugin
| ruby2.3-dev | ≥ 1.8 | |
Ruby plugin
| liblua5.3-dev | | |
Lua plugin
| tcl-dev | ≥ 8.5 | |
Tcl plugin
| guile-2.0-dev | ≥ 2.0 | |
Guile (scheme) plugin
| libv8-dev | ≤ 3.24.3 | |
Javascript plugin
| asciidoctor | ≥ 1.5.0 | |
Build man page and documentation
| libcpputest-dev | ≥ 3.4 | |
Run tests
| C++ compiler | | |
Run tests, javascript plugin
| Package ^(1)^ | Version | Required | Feature
| cmake | | *yes* | Build (autotools still possible, but cmake is recommended)
| pkg-config | | *yes* | Detect installed libraries
| libncursesw5-dev ^(2)^ | | *yes* | Ncurses interface
| libcurl4-gnutls-dev | | *yes* | URL transfer
| zlib1g-dev | | *yes* | Compression of packets in relay plugin (weechat protocol), script plugin
| libgcrypt20-dev | | *yes* | Secured data, IRC SASL authentication (DH-BLOWFISH/DH-AES), script plugin
| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | | SSL connection to IRC server, support of SSL in relay plugin, IRC SASL authentication (ECDSA-NIST256P-CHALLENGE)
| gettext | | | Internationalization (translation of messages; base language is English)
| ca-certificates | | | Certificates for SSL connections
| libaspell-dev
∥ libenchant-dev | | | Aspell plugin
| python-dev | ≥ 2.5 ^(4)^ | | Python plugin
| libperl-dev | | | Perl plugin
| ruby2.3-dev | ≥ 1.8 | | Ruby plugin
| liblua5.3-dev | | | Lua plugin
| tcl-dev | ≥ 8.5 | | Tcl plugin
| guile-2.0-dev | ≥ 2.0 | | Guile (scheme) plugin
| libv8-dev | ≤ 3.24.3 | | Javascript plugin
| asciidoctor | ≥ 1.5.0 | | Build man page and documentation
| libcpputest-dev | ≥ 3.4 | | Run tests
| C++ compiler | | | Run tests, javascript plugin
|===
[NOTE]

View File

@ -96,71 +96,28 @@ 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é)
| pkg-config | | *oui* |
Détection des bibliothèques installées
| libncursesw5-dev ^(2)^ | | *oui* |
Interface ncurses
| libcurl4-gnutls-dev | | *oui* |
Transfert d'URL
| zlib1g-dev | | *oui* |
Compression des paquets dans l'extension relay (protocole weechat),
extension script
| libgcrypt20-dev | | *oui* |
Données sécurisées, authentification IRC SASL (DH-BLOWFISH/DH-AES),
extension script
| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | |
Connexion SSL au serveur IRC, support SSL dans l'extension relay,
authentification IRC SASL (ECDSA-NIST256P-CHALLENGE)
| gettext | | |
Internationalisation (traduction des messages; la langue de base est
l'anglais)
| ca-certificates | | |
Certificats pour les connexions SSL
| libaspell-dev ou libenchant-dev | | |
Extension aspell
| python-dev | ≥ 2.5 ^(4)^ | |
Extension python
| libperl-dev | | |
Extension perl
| ruby2.3-dev | ≥ 1.8 | |
Extension ruby
| liblua5.3-dev | | |
Extension lua
| tcl-dev | ≥ 8.5 | |
Extension tcl
| guile-2.0-dev | ≥ 2.0 | |
Extension guile (scheme)
| libv8-dev | ≤ 3.24.3 | |
Extension javascript
| asciidoctor | ≥ 1.5.0 | |
Construction de la page man et de la documentation
| libcpputest-dev | ≥ 3.4 | |
Lancement des tests
| C++ compiler | | |
Lancement des tests, extension javascript
| Paquet ^(1)^ | Version | Requis | Fonctionnalité
| cmake | | *oui* | Construction (autotools toujours possible, mais cmake est recommandé)
| pkg-config | | *oui* | Détection des bibliothèques installées
| libncursesw5-dev ^(2)^ | | *oui* | Interface ncurses
| libcurl4-gnutls-dev | | *oui* | Transfert d'URL
| zlib1g-dev | | *oui* | Compression des paquets dans l'extension relay (protocole weechat), extension script
| libgcrypt20-dev | | *oui* | Données sécurisées, authentification IRC SASL (DH-BLOWFISH/DH-AES), extension script
| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | | Connexion SSL au serveur IRC, support SSL dans l'extension relay, authentification IRC SASL (ECDSA-NIST256P-CHALLENGE)
| gettext | | | Internationalisation (traduction des messages; la langue de base est l'anglais)
| ca-certificates | | | Certificats pour les connexions SSL
| libaspell-dev
∥ libenchant-dev | | | Extension aspell
| python-dev | ≥ 2.5 ^(4)^ | | Extension python
| libperl-dev | | | Extension perl
| ruby2.3-dev | ≥ 1.8 | | Extension ruby
| liblua5.3-dev | | | Extension lua
| tcl-dev | ≥ 8.5 | | Extension tcl
| guile-2.0-dev | ≥ 2.0 | | Extension guile (scheme)
| libv8-dev | ≤ 3.24.3 | | Extension javascript
| asciidoctor | ≥ 1.5.0 | | Construction de la page man et de la documentation
| libcpputest-dev | ≥ 3.4 | | Lancement des tests
| C++ compiler | | | Lancement des tests, extension javascript
|===
[NOTE]

View File

@ -109,75 +109,35 @@ 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)
| Pacchetto ^(1)^ | Versione | Richiesto | Caratteristica
| cmake | | *sì* | Compilazione (ancora possibile con autotools, ma si raccomanda cmake)
// TRANSLATION MISSING
| pkg-config | | *sì* |
Detect installed libraries
| libncursesw5-dev ^(2)^ | | *sì* |
Interfaccia ncurses
| libcurl4-gnutls-dev | | *sì* |
Trasferimento URL
| pkg-config | | *sì* | Detect installed libraries
| libncursesw5-dev ^(2)^ | | *sì* | Interfaccia ncurses
| libcurl4-gnutls-dev | | *sì* | Trasferimento URL
// TRANSLATION MISSING
| zlib1g-dev | | *sì* |
Compression of packets in relay plugin (weechat protocol), script plugin
| zlib1g-dev | | *sì* | Compression of packets in relay plugin (weechat protocol), script plugin
// TRANSLATION MISSING
| libgcrypt20-dev | | *sì* |
Secured data, IRC SASL authentication (DH-BLOWFISH/DH-AES), script plugin
| libgcrypt20-dev | | *sì* | Secured data, IRC SASL authentication (DH-BLOWFISH/DH-AES), script plugin
// TRANSLATION MISSING
| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | |
Connessione SSL al server IRC, support of SSL in relay plugin, IRC SASL
authentication (ECDSA-NIST256P-CHALLENGE)
| gettext | | |
Internazionalizzazione (traduzione dei messaggi; la lingua base è l'inglese)
| ca-certificates | | |
Certificati per le connessioni SSL
| libaspell-dev o libenchant-dev | | |
Plugin aspell
| python-dev | ≥ 2.5 ^(4)^ | |
Plugin python
| libperl-dev | | |
Plugin perl
| ruby2.3-dev | ≥ 1.8 | |
Plugin ruby
| liblua5.3-dev | | |
Plugin lua
| tcl-dev | ≥ 8.5 | |
Plugin tcl
| guile-2.0-dev | ≥ 2.0 | |
Plugin guile (scheme)
| libv8-dev | ≤ 3.24.3 | |
Plugin Javascript
| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | | Connessione SSL al server IRC, support of SSL in relay plugin, IRC SASL authentication (ECDSA-NIST256P-CHALLENGE)
| gettext | | | Internazionalizzazione (traduzione dei messaggi; la lingua base è l'inglese)
| ca-certificates | | | Certificati per le connessioni SSL
| libaspell-dev
∥ libenchant-dev | | | Plugin aspell
| python-dev | ≥ 2.5 ^(4)^ | | Plugin python
| libperl-dev | | | Plugin perl
| ruby2.3-dev | ≥ 1.8 | | Plugin ruby
| liblua5.3-dev | | | Plugin lua
| tcl-dev | ≥ 8.5 | | Plugin tcl
| guile-2.0-dev | ≥ 2.0 | | Plugin guile (scheme)
| libv8-dev | ≤ 3.24.3 | | Plugin Javascript
// TRANSLATION MISSING
| asciidoctor | ≥ 1.5.0 | |
Build man page and documentation
| asciidoctor | ≥ 1.5.0 | | Build man page and documentation
// TRANSLATION MISSING
| libcpputest-dev | ≥ 3.4 | |
Run tests
| libcpputest-dev | ≥ 3.4 | | Run tests
// TRANSLATION MISSING
| C++ compiler | | |
Run tests, plugin Javascript
| C++ compiler | | | Run tests, plugin Javascript
|===
// TRANSLATION MISSING (note 3)

View File

@ -98,68 +98,28 @@ OS X では、http://brew.sh/[Homebrew] を使ってください:
[width="100%",cols="5,^3,^3,.^13",options="header"]
|===
| パッケージ ^(1)^ | バージョン | 要件 | 機能
| cmake | | *必須* |
ビルド (autotools でも可能ですが、cmake を推奨します)
| pkg-config | | *必須* |
インストール済みライブラリを検出
| libncursesw5-dev ^(2)^ | | *必須* |
ncurses インターフェイス
| libcurl4-gnutls-dev | | *必須* |
URL 転送
| zlib1g-dev | | *必須* |
relay プラグインでパケットを圧縮 (weechat プロトコル)、スクリプトプラグイン
| libgcrypt20-dev | | *必須* |
保護データ、IRC SASL 認証 (DH-BLOWFISH/DH-AES)、スクリプトプラグイン
| libgnutls28-dev | 2.2.0 以上 ^(3)^ | |
IRC サーバへの SSL 接続、IRC
SASL 認証 (ECDSA-NIST256P-CHALLENGE)
| gettext | | |
国際化 (メッセージの翻訳; ベース言語は英語です)
| ca-certificates | | |
SSL 接続に必要な証明書、relay プラグインで SSL サポート
| libaspell-dev または libenchant-dev | | |
aspell プラグイン
| python-dev | 2.5 以上 ^(4)^ | |
python プラグイン
| libperl-dev | | |
perl プラグイン
| ruby2.3-dev | 1.8 以上 | |
ruby プラグイン
| liblua5.3-dev | | |
lua プラグイン
| tcl-dev | 8.5 以上 | |
tcl プラグイン
| guile-2.0-dev | 2.0 以上 | |
guile (scheme) プラグイン
| libv8-dev | 3.24.3 以下 | |
javascript プラグイン
| asciidoctor | 1.5.0 以上 | |
man ページと文書のビルド
| libcpputest-dev | 3.4 以上 | |
テストの実行
| C++ コンパイラ | | |
テスト実行、javascript プラグイン
| パッケージ ^(1)^ | バージョン | 要件 | 機能
| cmake | | *必須* | ビルド (autotools でも可能ですが、cmake を推奨します)
| pkg-config | | *必須* | インストール済みライブラリを検出
| libncursesw5-dev ^(2)^ | | *必須* | ncurses インターフェイス
| libcurl4-gnutls-dev | | *必須* | URL 転送
| zlib1g-dev | | *必須* | relay プラグインでパケットを圧縮 (weechat プロトコル)、スクリプトプラグイン
| libgcrypt20-dev | | *必須* | 保護データ、IRC SASL 認証 (DH-BLOWFISH/DH-AES)、スクリプトプラグイン
| libgnutls28-dev | 2.2.0 以上 ^(3)^ | | IRC サーバへの SSL 接続、IRC SASL 認証 (ECDSA-NIST256P-CHALLENGE)
| gettext | | | 国際化 (メッセージの翻訳; ベース言語は英語です)
| ca-certificates | | | SSL 接続に必要な証明書、relay プラグインで SSL サポート
| libaspell-dev
∥ libenchant-dev | | | aspell プラグイン
| python-dev | 2.5 以上 ^(4)^ | | python プラグイン
| libperl-dev | | | perl プラグイン
| ruby2.3-dev | 1.8 以上 | | ruby プラグイン
| liblua5.3-dev | | | lua プラグイン
| tcl-dev | 8.5 以上 | | tcl プラグイン
| guile-2.0-dev | 2.0 以上 | | guile (scheme) プラグイン
| libv8-dev | 3.24.3 以下 | | javascript プラグイン
| asciidoctor | 1.5.0 以上 | | man ページと文書のビルド
| libcpputest-dev | 3.4 以上 | | テストの実行
| C++ コンパイラ | | | テスト実行、javascript プラグイン
|===
[NOTE]

View File

@ -98,69 +98,28 @@ WeeChat.
[width="100%",cols="5,^3,^3,.^13",options="header"]
|===
| Pakiet ^(1)^ | Wersja | Wymagany | Opis
| cmake | | *tak* |
Kompilacja (możliwe jest użycie autotools, jednak cmake jest zalecany)
| pkg-config | | *tak* |
Wykrywa zainstalowane biblioteki
| libncursesw5-dev ^(2)^ | | *tak* |
Interfejs ncurses
| libcurl4-gnutls-dev | | *tak* |
Transfer URL
| zlib1g-dev | | *tak* |
Kompresja pakietów we wtyczce relay (protokół weechat), wtyczka script
| libgcrypt20-dev | | *tak* |
Zabezpieczone dane, uwierzytelnianie IRC SASL (DH-BLOWFISH/DH-AES), wtyczka
script
| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | |
Połączenia SSL z serwerami IRC, wsparcie dla SSL we wtyczce relay,
uwierzytelnianie IRC SASL (ECDSA-NIST256P-CHALLENGE)
| gettext | | |
Internacjonalizacja (tłumaczenie wiadomości; język bazowy to Angielski)
| ca-certificates | | |
Certyfikaty dla połączeń SSL
| libaspell-dev or libenchant-dev | | |
Wtyczka aspell
| python-dev | ≥ 2.5 ^(4)^ | |
Wtyczka python
| libperl-dev | | |
Wtyczka perl
| ruby2.3-dev | ≥ 1.8 | |
Wtyczka ruby
| liblua5.3-dev | | |
Wtyczka lua
| tcl-dev | ≥ 8.5 | |
Wtyczka tcl
| guile-2.0-dev | ≥ 2.0 | |
Wtyczka guile (scheme)
| libv8-dev | ≤ 3.24.3 | |
Wtyczka javascript
| asciidoctor | ≥ 1.5.0 | |
Tworzenie strony man i dokumentacji
| libcpputest-dev | ≥ 3.4 | |
Uruchamianie testów
| C++ compiler | | |
Uruchamianie testów, wtyczka javascript
| Pakiet ^(1)^ | Wersja | Wymagany | Opis
| cmake | | *tak* | Kompilacja (możliwe jest użycie autotools, jednak cmake jest zalecany)
| pkg-config | | *tak* | Wykrywa zainstalowane biblioteki
| libncursesw5-dev ^(2)^ | | *tak* | Interfejs ncurses
| libcurl4-gnutls-dev | | *tak* | Transfer URL
| zlib1g-dev | | *tak* | Kompresja pakietów we wtyczce relay (protokół weechat), wtyczka script
| libgcrypt20-dev | | *tak* | Zabezpieczone dane, uwierzytelnianie IRC SASL (DH-BLOWFISH/DH-AES), wtyczka script
| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | | Połączenia SSL z serwerami IRC, wsparcie dla SSL we wtyczce relay, uwierzytelnianie IRC SASL (ECDSA-NIST256P-CHALLENGE)
| gettext | | | Internacjonalizacja (tłumaczenie wiadomości; język bazowy to Angielski)
| ca-certificates | | | Certyfikaty dla połączeń SSL
| libaspell-dev
∥ libenchant-dev | | | Wtyczka aspell
| python-dev | ≥ 2.5 ^(4)^ | | Wtyczka python
| libperl-dev | | | Wtyczka perl
| ruby2.3-dev | ≥ 1.8 | | Wtyczka ruby
| liblua5.3-dev | | | Wtyczka lua
| tcl-dev | ≥ 8.5 | | Wtyczka tcl
| guile-2.0-dev | ≥ 2.0 | | Wtyczka guile (scheme)
| libv8-dev | ≤ 3.24.3 | | Wtyczka javascript
| asciidoctor | ≥ 1.5.0 | | Tworzenie strony man i dokumentacji
| libcpputest-dev | ≥ 3.4 | | Uruchamianie testów
| C++ compiler | | | Uruchamianie testów, wtyczka javascript
|===
[NOTE]