Categorygithub.com/WebKitForWindows/reqcheck
modulepackage
3.0.1+incompatible
Repository: https://github.com/webkitforwindows/reqcheck.git
Documentation: pkg.go.dev

# README

reqcheck

Determine when a WebKit requirement has a new release

Build

Build the binary with the following command:

set GOOS=windows
set GOARCH=amd64
set CGO_ENABLED=0

go build -v -a -tags netgo -o release\windows\amd64\reqcheck.exe ./cmd/reqcheck

Docker

Build the Docker image with the following command:

docker build --file docker\Dockerfile.windows.1809 --tag webkitdev/reqcheck .

Run the Docker image with the following command:

docker run --rm `
    -v <path-to-requirements>:C:/WebKitRequirements `
    -w C:/WebKitRequirements `
    webkitdev/reqcheck vcpkg .

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author