Created
June 29, 2018 00:02
-
-
Save acoomans/824f3581c75b0d9a173f95162d52cfe3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/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