[DRAFT] Installing Developer Tools UPDATE
OS X and iOS Simulator
- Install Xcode To build WebKit for macOS or iOS Simulator, Xcode is required. Get Xcode from the App Store or https://developer.apple.com/downloads.
- Install the Xcode Command Line Tools In Terminal, run the command:
xcode-select --install
- Install Subversion and git-svn tools An installer is available to download from webkit.org: SVNWebKit.dmg
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.