mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 03:03:12 +02:00
doc: add instructions for compilation with Homebrew in user's guide and FAQ
This commit is contained in:
@@ -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 を起動しました。でも何をすればいいかわかりません。
|
||||
|
||||
|
||||
@@ -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]]
|
||||
==== 依存関係
|
||||
|
||||
|
||||
Reference in New Issue
Block a user