Created
October 16, 2009 21:42
-
-
Save grantmichaels/212092 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/src | |
apt-get install g++-multilib gcc-multilib build-essential m4 scons gtk-doc-tools gperf libenchant-dev libgail-dev libsoup2.4-dev libglib-dev libgstreamer0.10-0 totem-gstreamer totem-mozilla | |
curl -O http://builds.nightly.webkit.org/files/trunk/src/WebKit-r47189.tar.bz2 | |
tar jxvf WebKit-r47189.tar.bz2 | |
cd WebKit-r47189 | |
emacs configure.ac | |
find LIBSOUP_REQUIRED_VERSION and make it say: "LIBSOUP_REQUIRED_VERSION=2.4.1" | |
go to lines 630-639 and comment out everything gstreamer related | |
./autogen.sh | |
builds! | |
doesn't give the shell built though ... | |
FUCK! | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment