Skip to content

Instantly share code, notes, and snippets.

@grantmichaels
Created October 16, 2009 21:42
Show Gist options
  • Save grantmichaels/212092 to your computer and use it in GitHub Desktop.
Save grantmichaels/212092 to your computer and use it in GitHub Desktop.
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