Installation process:
1. Windows7-64bit Professional Edition, and install the appropriate hardware driver.
2. Upgrade the IE8 in the system to IE10.
3. Install the DirectX SDK (Dxsdk_jun10.exe).
4. Install the QuickTime SDK.
5. Install Safari.
6. Install the vs2013.
7. Install the python2.7. (Used to execute cygwin_downloader.py script installation Cygwin in the source code.) )
8. Download the WebKit source code compression package (WEBKIT-R174650.TAR.BZ2) to extract the source code as an administrator.
9. Modify the file cygwin-downloader.py (you need to change the source to 163.com to speed up the download.) )
10. Run the CMD console as an administrator, execute Python.exe cygwin-downloader.py, and the script will automatically download the compressed package required by Cygwin, which will automatically start the Cygwin installation process after the download is complete. Note: Select Install from Internet during installation, and then click Next to complete the installation. (If the "Install from local path" is mistakenly selected and then returned to execute, the installation error will occur, and the tool installation is not installed on the Cygwin. The workaround is to rerun Python.exe cygwin-downloader.py again, then choose Install from Internet, and then proceed to the next step. )
Once the Cygwin installation is complete, the source code needs to be extracted to the appropriate directory in the Cygwin.
(This step and the next steps have not been completed and will continue to be updated tomorrow.) )
Win7+vs2013+cygwin compiling WebKit source code