Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Created March 7, 2012 19:31
Show Gist options
  • Save brianleroux/1995379 to your computer and use it in GitHub Desktop.
Save brianleroux/1995379 to your computer and use it in GitHub Desktop.
building webkit from src w/ Xcode 4.3

Update your path to the Xcode dev tools:

sudo ln -s /Applications/Xcode.app/Contents/Developer /Developer

Then set your xcode folder:

xcode-select -switch /Developer

And then you can run the build-webkit tool from the Tools folder:

Tools/Scripts/build-webkit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment