1
1
# Creating a release
2
2
3
- The WinCairoRequirements repository uses GitHub releases to host a distribution
3
+ The WebKitRequirements repository uses GitHub releases to host a distribution
4
4
which are then downloaded by scripts contained in the WebKit repository. By
5
5
default the latest release will be downloaded when doing a WebKit build. Each
6
6
release corresponds to a tag within the git repository.
@@ -27,7 +27,7 @@ Once the tag is pushed a release can be created within GitHub.
27
27
28
28
## Continuous Integration
29
29
30
- The WinCairoRequirements repository uses [ Drone] ( https://drone.io ) to build the
30
+ The WebKitRequirements repository uses [ Drone] ( https://drone.io ) to build the
31
31
release when a tag is pushed. It will create a GitHub release associated with
32
32
the tag and create the distribution for 32 and 64-bit WinCairo builds.
33
33
@@ -36,11 +36,10 @@ the tag and create the distribution for 32 and 64-bit WinCairo builds.
36
36
The repository contains a number of scripts to create a distribution. These are
37
37
used to build locally consistently.
38
38
39
- All the scripts take a ` triplet ` value which specifies the toolchain. By
40
- default the ` x64-windows-webkit ` toolchain is used. For building
41
- WinCairoRequirements two toolchain files were created because there are some
42
- libraries that need to be built statically even when a dynamic build is wanted.
43
- Only the ` x64-windows-webkit ` toolchain is supported at this time.
39
+ All the scripts take a ` triplet ` value which specifies the toolchain. For
40
+ building WebKitRequirements two toolchain files were created because there are
41
+ some libraries that need to be built statically even when a dynamic build is
42
+ wanted.
44
43
45
44
## Install script
46
45
@@ -64,7 +63,7 @@ accordingly.
64
63
## Command listing
65
64
66
65
```
67
- & Install-Requirements.ps1
66
+ & Install-Requirements.ps1 -triplet x64-windows-webkit
68
67
69
68
# TODO Remove cflite from distribution
70
69
.\vcpkg.exe install cflite --triplet x64-windows-webkit
0 commit comments