火曜日, 1 2 月 2005

Firefox on Linux PPC
この記事をクリップ!
このエントリーをはてなブックマークに追加

« 寿司 | Main | gCountバージョンアップ »
Firefoxは高機能なブラウザでとても有用だが、残念ながら公式サイトではPPC Linuxのバイナリは提供されていない。
なので、ソースからビルドした。

ここを参考にしながら.mozconfigを以下のように作成。
export MOZ_PHOENIX=1
mk_add_options MOZ_PHOENIX=1

ac_add_options --enable-crypto
ac_add_options --disable-tests
ac_add_options --disable-composer
ac_add_options --disable-ldap
ac_add_options --disable-mailnews
ac_add_options --disable-debug
ac_add_options --enable-optimize=-O3
ac_add_options --disable-shared
ac_add_options --enable-static
ac_add_options --enable-application=browser
ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,pref,transformiix,universalchardet,webservices,inspector,gnomevfs,negotiateauth
ac_add_options --disable-profilesharing
ac_add_options --enable-single-profile
で、ビルド。
# make -f client.mk build
これがまた時間が掛かる。G4 Cube(450MHz)で3時間ぐらい掛かったかも。
終わったらインストール。
# make -f client.mk install
これでめでたくYDLでもFirefoxが使えるようになった。
Posted by tsujitako at 2:21 午前 in Linux/