-
Notifications
You must be signed in to change notification settings - Fork 4
Compiling WebKit
potyl edited this page May 9, 2012
·
6 revisions
WebKit 1.6.1 (download webkit-1.6.1.tar.gz or svn webkit-1.6)
This mode seems to require a lot of ram in order to generate the library.
You better install the GNU gold linker:
sudo apt-get install binutils-gold
./autogen.sh --prefix=/usr --enable-introspection --enable-debug --disable-webgl
./configure --prefix=/usr --enable-introspection --enable-debug --disable-webgl
make && sudo make install
./configure --prefix=/usr --enable-introspection --disable-webgl
make && sudo make install