[Webkit-unassigned] [Bug 25836] libwebkit from svn doesn't build (revision 43796)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 26 05:44:38 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25836





------- Comment #5 from MonkeeSage at gmail.com  2009-05-26 05:44 PDT -------
For posterity, this is what currently works for me to build and install WebKit:

$ WebKitInstallationPrefix=/usr \
CPPFLAGS="-march=i686" \
CXXFLAGS="-march=i686" \
CFLAGS="-march=i686" \
WebKitTools/Scripts/build-webkit \
--release --gtk --gnomekeyring

$ cd WebKitBuild/Release

$ sudo make install


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list