Skip to content

Instantly share code, notes, and snippets.

@acoomans
Created June 29, 2018 00:02
Show Gist options
  • Save acoomans/824f3581c75b0d9a173f95162d52cfe3 to your computer and use it in GitHub Desktop.
Save acoomans/824f3581c75b0d9a173f95162d52cfe3 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# https://webkit.org/getting-the-code/
git clone --depth 1 git://git.webkit.org/WebKit.git
cd WebKit
Tools/Scripts/webkit-patch setup-git-clone
# https://webkit.org/building-webkit/
Tools/Scripts/build-webkit --debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment