summaryrefslogtreecommitdiff
path: root/doc/fr
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-09-27 10:03:01 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-09-27 10:03:01 +0200
commit8a4aa41511dfadee4871a1edfc1628bc4bd89aff (patch)
tree635ebb55b43e4af34c0f222a9f69faef75968224 /doc/fr
parentc99df96ebdaec7c97558e1a7f053076cd48df7d0 (diff)
downloadweechat-8a4aa41511dfadee4871a1edfc1628bc4bd89aff.zip
doc: add instructions for compilation with Homebrew in user's guide and FAQ
Diffstat (limited to 'doc/fr')
-rw-r--r--doc/fr/weechat_faq.fr.asciidoc15
-rw-r--r--doc/fr/weechat_user.fr.asciidoc5
2 files changed, 20 insertions, 0 deletions
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