mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 17:53:13 +02:00
doc: add instructions for compilation with Homebrew in user's guide and FAQ
This commit is contained in:
@@ -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?
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user