6 | | Note that it is safest to build WebKit in your Cygwin home directory. At the moment, there seems to be an implicit assumption in the build scripts that paths will be relative to the home directory. |
| 6 | Note that it is safest to build WebKit in your Cygwin home directory (c:\cygwin\home\username\WebKit). At the moment, there seems to be an implicit assumption in the build scripts that paths will be relative to the home directory. |
| 7 | |
| 8 | In the ~/WebKit/Tools/Scripts folder, use |
| 9 | {{{ |
| 10 | ./build-webkit --wincairo |
| 11 | }}} |
| 12 | to start the build. |
| 13 | |