Gentoo下编译webkit
方法很简单:
1.
mkdir ~/webkit
cp /usr/portage/distfiles/webkit-1.1.10.tar.gz ~/webkit
2.解压
cd ~/webkit
tar xvf webkit-1.1.10.tar.gz
3.配置,都用得默认配置
cd webkit-1.1.10
./configure
...
WebKit was configured with the following options:
Build configuration:
Enable debugging (slow) : no
Enable GCC build optimization : yes
Code
…