File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Windows port
2
2
3
- WebKit had two Windows ports, Apple Windows port and WinCairo port.
4
- WinCairo port is called Windows port after the Apple Windows port was deprecated.
5
3
It is using [ cairo] ( https://www.cairographics.org/ ) for the graphics backend, [ libcurl] ( https://curl.se/libcurl/ ) for the network backend.
6
4
It supports only 64 bit Windows.
7
5
@@ -110,7 +108,7 @@ It checks the latest WebKitRequirements every time.
110
108
I'd like to recommend to use ` --skip-library-update ` for incremental build to speed up for the next time.
111
109
112
110
```
113
- python Tools\Scripts\update-webkit-wincairo -libs.py
111
+ python Tools\Scripts\update-webkit-win -libs.py
114
112
perl Tools\Scripts\build-webkit --release --skip-library-update
115
113
```
116
114
@@ -220,7 +218,7 @@ docker run -it --rm --cpu-count=8 --memory=16g -v %cd%:c:\repo -w c:\repo webkit
220
218
221
219
## Downloading build artifacts from Buildbot
222
220
223
- * Go to [ WinCairo -64-bit-Release-Build Buildbot builder page] ( https://build.webkit.org/#/builders/731 ) .
221
+ * Go to [ Windows -64-bit-Release-Build Buildbot builder page] ( https://build.webkit.org/#/builders/1192 ) .
224
222
* Click any "Build #" which is green.
225
223
* Click the "Archive" link under "compile-webkit" to download the zip
226
224
* Download the corresponding release of [ WebKitRequirements] ( https://github.com/WebKitForWindows/WebKitRequirements/releases ) .
You can’t perform that action at this time.
0 commit comments