brew install gtk+
Mac でソースから xchat をコンパイルするために必要なため、GTK をインストールしました。タフにインストールしようとすると、Cannot find GTK! Not building GTK FrontEnd.
gtk +をインストールしたら環境変数を更新する必要があると思われますが、方法がわかりません。
iMac:xchat-2.8.8 Domenico$ brew info gtk+
gtk+: stable 2.24.20
http://gtk.org/
/usr/local/Cellar/gtk+/2.24.20 (1184 files, 52M) * // here is the path!!!
Built from source
From: https://github.com/mxcl/homebrew/commits/master/Library/Formula/gtk+.rb
==> Dependencies
Build: pkg-config, xz
Required: glib, jpeg, libtiff, gdk-pixbuf, pango, atk, cairo
Optional: jasper
==> Options
--with-jasper
Build with jasper support
パスは上記のコードにリストされています。それに関連するあらゆる種類のもの(/usr/local/Cellar/gtk+/2.24.20/bin
またはなど/usr/local/Cellar
)を追加しようとしまし$LD_LIBRARY_PATH
たが、うまくいきませんでした。何か案は?