diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-09-27 10:03:01 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-09-27 10:03:01 +0200 |
commit | 8a4aa41511dfadee4871a1edfc1628bc4bd89aff (patch) | |
tree | 635ebb55b43e4af34c0f222a9f69faef75968224 | |
parent | c99df96ebdaec7c97558e1a7f053076cd48df7d0 (diff) | |
download | weechat-8a4aa41511dfadee4871a1edfc1628bc4bd89aff.zip |
doc: add instructions for compilation with Homebrew in user's guide and FAQ
-rw-r--r-- | doc/de/weechat_faq.de.asciidoc | 18 | ||||
-rw-r--r-- | doc/de/weechat_user.de.asciidoc | 6 | ||||
-rw-r--r-- | doc/en/weechat_faq.en.asciidoc | 15 | ||||
-rw-r--r-- | doc/en/weechat_user.en.asciidoc | 5 | ||||
-rw-r--r-- | doc/fr/weechat_faq.fr.asciidoc | 15 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.asciidoc | 5 | ||||
-rw-r--r-- | doc/it/weechat_faq.it.asciidoc | 18 | ||||
-rw-r--r-- | doc/it/weechat_user.it.asciidoc | 6 | ||||
-rw-r--r-- | doc/ja/weechat_faq.ja.asciidoc | 18 | ||||
-rw-r--r-- | doc/ja/weechat_user.ja.asciidoc | 6 | ||||
-rw-r--r-- | doc/pl/weechat_faq.pl.asciidoc | 18 | ||||
-rw-r--r-- | doc/pl/weechat_user.pl.asciidoc | 6 |
12 files changed, 136 insertions, 0 deletions
diff --git a/doc/de/weechat_faq.de.asciidoc b/doc/de/weechat_faq.de.asciidoc index 4fb681ec7..5889fe2fd 100644 --- a/doc/de/weechat_faq.de.asciidoc +++ b/doc/de/weechat_faq.de.asciidoc @@ -54,6 +54,24 @@ Beachte, dass dieses Paket nicht immer exakt mit dem git Repository übereinstim und daher auch weniger brauchbar sein kann. Im Gegensatz zu der Möglichkeit, dass man selbst das Repository klont und daraus Updates installiert. +// TRANSLATION MISSING +[[compile_osx]] +=== How can I install WeeChat on OS X? + +// TRANSLATION MISSING +It is recommended to use Homebrew, you can get help with: + +---- +brew info weechat +---- + +// TRANSLATION MISSING +You can install WeeChat with this command: + +---- +brew install weechat --with-python --with-perl +---- + [[lost]] === Ich habe WeeChat gestartet, komme aber nicht mehr weiter - was kann ich tun? diff --git a/doc/de/weechat_user.de.asciidoc b/doc/de/weechat_user.de.asciidoc index c04834878..2282cf1dc 100644 --- a/doc/de/weechat_user.de.asciidoc +++ b/doc/de/weechat_user.de.asciidoc @@ -75,6 +75,12 @@ wie Pakete installiert werden können. WeeChat kann mittels cmake oder autotools kompiliert werden (cmake sollte dabei die bevorzugte Methode sein). +// TRANSLATION MISSING +[NOTE] +On OS X, you can use Homebrew: +`brew install weechat --with-python --with-perl` +(for help: `brew info weechat`). + [[dependencies]] ==== Abhängigkeiten diff --git a/doc/en/weechat_faq.en.asciidoc b/doc/en/weechat_faq.en.asciidoc index e5b9dbe2c..12a7dddf4 100644 --- a/doc/en/weechat_faq.en.asciidoc +++ b/doc/en/weechat_faq.en.asciidoc @@ -51,6 +51,21 @@ This package is built almost every day using git repository. Note that this package may not correspond exactly to git base and that it's less convenient than git cloning for installing updates. +[[compile_osx]] +=== How can I install WeeChat on OS X? + +It is recommended to use Homebrew, you can get help with: + +---- +brew info weechat +---- + +You can install WeeChat with this command: + +---- +brew install weechat --with-python --with-perl +---- + [[lost]] === I've launched WeeChat, but I'm lost, what can I do? diff --git a/doc/en/weechat_user.en.asciidoc b/doc/en/weechat_user.en.asciidoc index 98566bbc7..d3eaa7046 100644 --- a/doc/en/weechat_user.en.asciidoc +++ b/doc/en/weechat_user.en.asciidoc @@ -74,6 +74,11 @@ instructions. WeeChat can be compiled with cmake or autotools (cmake is recommended way). +[NOTE] +On OS X, you can use Homebrew: +`brew install weechat --with-python --with-perl` +(for help: `brew info weechat`). + [[dependencies]] ==== Dependencies diff --git a/doc/fr/weechat_faq.fr.asciidoc b/doc/fr/weechat_faq.fr.asciidoc index 99fc8f3bf..6cc0ca401 100644 --- a/doc/fr/weechat_faq.fr.asciidoc +++ b/doc/fr/weechat_faq.fr.asciidoc @@ -51,6 +51,21 @@ base git. Notez que ce paquet peut ne pas correspondre exactement à la base git et qu'il est moins pratique que de cloner la base git pour installer des mises à jour. +[[compile_osx]] +=== Comment puis-je installer WeeChat sous OS X ? + +Il est recommandé d'utiliser Homebrew, vous pouvez avoir de l'aide avec : + +---- +brew info weechat +---- + +Vous pouvez installer WeeChat avec cette commande : + +---- +brew install weechat --with-python --with-perl +---- + [[lost]] === J'ai lancé WeeChat, mais je suis perdu, que puis-je faire ? diff --git a/doc/fr/weechat_user.fr.asciidoc b/doc/fr/weechat_user.fr.asciidoc index bb34e2871..f68c62250 100644 --- a/doc/fr/weechat_user.fr.asciidoc +++ b/doc/fr/weechat_user.fr.asciidoc @@ -76,6 +76,11 @@ la distribution pour la méthode d'installation. WeeChat peut être compilé avec cmake ou les autotools (cmake est la méthode recommandée). +[NOTE] +Sous OS X, vous pouvez utiliser Homebrew : +`brew install weechat --with-python --with-perl` +(pour l'aide : `brew info weechat`). + [[dependencies]] ==== Dépendances diff --git a/doc/it/weechat_faq.it.asciidoc b/doc/it/weechat_faq.it.asciidoc index 2255dfd81..7d7225052 100644 --- a/doc/it/weechat_faq.it.asciidoc +++ b/doc/it/weechat_faq.it.asciidoc @@ -54,6 +54,24 @@ il repository git. È bene notare che potrebbe non corrispondere esattamente alla base git ed è meno conveniente rispetto al clone di git per l'installazione degli aggiornamenti. +// TRANSLATION MISSING +[[compile_osx]] +=== How can I install WeeChat on OS X? + +// TRANSLATION MISSING +It is recommended to use Homebrew, you can get help with: + +---- +brew info weechat +---- + +// TRANSLATION MISSING +You can install WeeChat with this command: + +---- +brew install weechat --with-python --with-perl +---- + [[lost]] === Ho avviato WeeChat, ma mi sono perso, cosa posso fare? diff --git a/doc/it/weechat_user.it.asciidoc b/doc/it/weechat_user.it.asciidoc index 37741d180..6124ad580 100644 --- a/doc/it/weechat_user.it.asciidoc +++ b/doc/it/weechat_user.it.asciidoc @@ -79,6 +79,12 @@ installazione. WeeChat può essere compilato con cmake oppure autotools (tuttavia si raccomanda cmake). +// TRANSLATION MISSING +[NOTE] +On OS X, you can use Homebrew: +`brew install weechat --with-python --with-perl` +(for help: `brew info weechat`). + [[dependencies]] ==== Dipendenze diff --git a/doc/ja/weechat_faq.ja.asciidoc b/doc/ja/weechat_faq.ja.asciidoc index 761e3bb38..4f7d8bc09 100644 --- a/doc/ja/weechat_faq.ja.asciidoc +++ b/doc/ja/weechat_faq.ja.asciidoc @@ -51,6 +51,24 @@ autotools を使って (cmake を使わずに) コンパイルする場合、 リポジトリからほぼ毎日ビルドされます。このパッケージは厳密には git ベースではなく、 アップデートをインストールする場合には git をクローンする方法よりも不便であることに注意してください。 +// TRANSLATION MISSING +[[compile_osx]] +=== How can I install WeeChat on OS X? + +// TRANSLATION MISSING +It is recommended to use Homebrew, you can get help with: + +---- +brew info weechat +---- + +// TRANSLATION MISSING +You can install WeeChat with this command: + +---- +brew install weechat --with-python --with-perl +---- + [[lost]] === WeeChat を起動しました。でも何をすればいいかわかりません。 diff --git a/doc/ja/weechat_user.ja.asciidoc b/doc/ja/weechat_user.ja.asciidoc index b2d14e002..379c92c5d 100644 --- a/doc/ja/weechat_user.ja.asciidoc +++ b/doc/ja/weechat_user.ja.asciidoc @@ -74,6 +74,12 @@ WeeChat をインストールするには、以下のものが必要です: WeeChat は cmake または autotools を使ってコンパイルできます (cmake を使うことが推奨されています)。 +// TRANSLATION MISSING +[NOTE] +On OS X, you can use Homebrew: +`brew install weechat --with-python --with-perl` +(for help: `brew info weechat`). + [[dependencies]] ==== 依存関係 diff --git a/doc/pl/weechat_faq.pl.asciidoc b/doc/pl/weechat_faq.pl.asciidoc index 402aaa3ea..c0910a2cb 100644 --- a/doc/pl/weechat_faq.pl.asciidoc +++ b/doc/pl/weechat_faq.pl.asciidoc @@ -51,6 +51,24 @@ zależności. Ten pakiet jest budowany prawie codziennie z użyciem repozytorium git. Ten pakiet może odpowiadać dokładnie wersji z gita i jest mniej wygodny przy aktualizowaniu jak klonowanie z gita. +// TRANSLATION MISSING +[[compile_osx]] +=== How can I install WeeChat on OS X? + +// TRANSLATION MISSING +It is recommended to use Homebrew, you can get help with: + +---- +brew info weechat +---- + +// TRANSLATION MISSING +You can install WeeChat with this command: + +---- +brew install weechat --with-python --with-perl +---- + [[lost]] === Uruchomiłem WeeChat, ale czuję się zagubiony, co robić? diff --git a/doc/pl/weechat_user.pl.asciidoc b/doc/pl/weechat_user.pl.asciidoc index 749202e62..7f954baed 100644 --- a/doc/pl/weechat_user.pl.asciidoc +++ b/doc/pl/weechat_user.pl.asciidoc @@ -74,6 +74,12 @@ pakietów. WeeChat może być kompilowany za pomocą cmake lub autotools (cmake jest zalecany). +// TRANSLATION MISSING +[NOTE] +On OS X, you can use Homebrew: +`brew install weechat --with-python --with-perl` +(for help: `brew info weechat`). + [[dependencies]] ==== Zależności |