|
|
@ -24,7 +24,7 @@ |
|
|
|
* Fetch and build inputs: (first time, or when dependency versions change) |
|
|
|
* Fetch and build inputs: (first time, or when dependency versions change) |
|
|
|
mkdir -p inputs; cd inputs/ |
|
|
|
mkdir -p inputs; cd inputs/ |
|
|
|
wget 'http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.6.tar.gz' -O miniupnpc-1.6.tar.gz |
|
|
|
wget 'http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.6.tar.gz' -O miniupnpc-1.6.tar.gz |
|
|
|
wget 'http://www.openssl.org/source/openssl-1.0.1b.tar.gz' |
|
|
|
wget 'http://www.openssl.org/source/openssl-1.0.1c.tar.gz' |
|
|
|
wget 'http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz' |
|
|
|
wget 'http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz' |
|
|
|
wget 'http://zlib.net/zlib-1.2.6.tar.gz' |
|
|
|
wget 'http://zlib.net/zlib-1.2.6.tar.gz' |
|
|
|
wget 'ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.5.9.tar.gz' |
|
|
|
wget 'ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.5.9.tar.gz' |
|
|
@ -37,7 +37,7 @@ |
|
|
|
./bin/gbuild ../bitcoin/contrib/gitian-descriptors/qt-win32.yml |
|
|
|
./bin/gbuild ../bitcoin/contrib/gitian-descriptors/qt-win32.yml |
|
|
|
mv build/out/qt-win32-4.7.4-gitian.zip inputs/ |
|
|
|
mv build/out/qt-win32-4.7.4-gitian.zip inputs/ |
|
|
|
./bin/gbuild ../bitcoin/contrib/gitian-descriptors/deps-win32.yml |
|
|
|
./bin/gbuild ../bitcoin/contrib/gitian-descriptors/deps-win32.yml |
|
|
|
mv build/out/bitcoin-deps-0.0.3.zip inputs/ |
|
|
|
mv build/out/bitcoin-deps-0.0.5.zip inputs/ |
|
|
|
|
|
|
|
|
|
|
|
* Build bitcoind and bitcoin-qt on Linux32, Linux64, and Win32: |
|
|
|
* Build bitcoind and bitcoin-qt on Linux32, Linux64, and Win32: |
|
|
|
./bin/gbuild --commit bitcoin=v${VERSION} ../bitcoin/contrib/gitian-descriptors/gitian.yml |
|
|
|
./bin/gbuild --commit bitcoin=v${VERSION} ../bitcoin/contrib/gitian-descriptors/gitian.yml |
|
|
|