Installing Developer Tools
OS X and iOS Simulator
- Install Xcode Get Xcode from https://developer.apple.com/downloads. To build WebKit for OS X, Xcode 5.1.1 or later is required. To build WebKit for iOS Simulator, Xcode 7 or later is required.
- Install the Xcode Command Line Tools In Terminal, run the command:
xcode-select --install
Windows
See the WebKit on Windows page.
GTK
Follow the instructions on the BuildingGTK wiki page.
EFL
Follow the instructions on the EFLWebKit wiki page.
Once you have installed your developer tools, the next step is getting the code.