Create an easy to use gitian building script

I've written a script that automates the setup and building of binaries with gitian. All of the commands are pulled from various documentation on gitian building.
This commit is contained in:
Andrew Chow
2016-08-23 16:20:15 -04:00
parent c072b8fd95
commit eda4cfb992
2 changed files with 365 additions and 0 deletions

View File

@@ -45,6 +45,9 @@ Scripts and notes for Mac builds.
### [RPM](/contrib/rpm) ###
RPM spec file for building bitcoin-core on RPM based distributions
### [Gitian-build](/contrib/gitian-build.sh) ###
Script for running full gitian builds.
Test and Verify Tools
---------------------