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