2008年11月23日 firefox-3.0.4 build memo on Slackware-8.0 [長年日記]
_ 事前に以下のライブラリ群をbuildする
- pkg-config-0.23.tar.gz
- glib-2.14.6.tar.bz2
- pango-1.18.4.tar.bz2
- pixman-0.10.0.tar.gz
- cairo-1.6.4.tar.gz
- pango-1.18.4
- gtk+-2.12.9.tar.bz2
- atk-1.22.0.tar.gz
基本的にconfigure && make && make installでOK。
_ firefoxのビルド
$ vi .mozconfig
. $topsrcdir/browser/config/mozconfig ac_add_options --disable-debug ac_add_options --disable-dbus ac_add_options --disable-jemalloc ac_add_options --enable-optimize ac_add_options --enable-default-toolkit=cairo-gtk2
$ make -f client.mk build $ make package
インストールはMasa's WebPage参照。