Skip to content

Commit 8c2180c

Browse files
committed
Update WindowsPort.md in September 2024
WinCairo port has gone. Removed the descriptions, changed the buildbot URL, etc.
1 parent 21ccbef commit 8c2180c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/Ports/WindowsPort.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Windows port
22

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.
53
It is using [cairo](https://www.cairographics.org/) for the graphics backend, [libcurl](https://curl.se/libcurl/) for the network backend.
64
It supports only 64 bit Windows.
75

@@ -110,7 +108,7 @@ It checks the latest WebKitRequirements every time.
110108
I'd like to recommend to use `--skip-library-update` for incremental build to speed up for the next time.
111109

112110
```
113-
python Tools\Scripts\update-webkit-wincairo-libs.py
111+
python Tools\Scripts\update-webkit-win-libs.py
114112
perl Tools\Scripts\build-webkit --release --skip-library-update
115113
```
116114

@@ -220,7 +218,7 @@ docker run -it --rm --cpu-count=8 --memory=16g -v %cd%:c:\repo -w c:\repo webkit
220218

221219
## Downloading build artifacts from Buildbot
222220

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).
224222
* Click any "Build #" which is green.
225223
* Click the "Archive" link under "compile-webkit" to download the zip
226224
* Download the corresponding release of [WebKitRequirements](https://github.com/WebKitForWindows/WebKitRequirements/releases).

0 commit comments

Comments
 (0)