An open API service indexing awesome lists of open source software.

https://github.com/devrandom/wxwidgets-release

wxWidgets gitian release
https://github.com/devrandom/wxwidgets-release

Last synced: 3 months ago
JSON representation

wxWidgets gitian release

Awesome Lists containing this project

README

        

# wxWidget Releases

This directory contains wxWidgets Gitian build results, signed by multiple people.

The layout of this directory is:

/
/
wxwidgets-build.assert - the result file produced by the signer's build process
wxwidgets-build.assert.sig - the signer's signature certifying the result

This directory is created by the Gitian `gsign` command, after a successful `gbuild`. It can be verified with `gverify`.

The source is wxWidgets-2.9.1 as obtained from the wxWidgets site. A patch is provided in inputs/ and should be copied to the gitian inputs/ directory before building.

Normally, all output manifests in the result files should be identical between different signers.

See also:

* [Gitian builder](https://github.com/devrandom/gitian-builder)