diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-15 10:12:24 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-15 12:39:01 +0100 |
commit | 04257151b14da2a7dbfce8fd6f8d5d5835169ea1 (patch) | |
tree | 1cb4d9979479db0604d58af60cf2dc2334ec8c95 /doc | |
parent | 279af1a2af7ea044845da3bbf1a72660f7e520dd (diff) |
gitian: add explicit dependency build for linux
Create a dependency file per architecture:
- bitcoin-deps-linux32-gitian-r1.tar.gz
- bitcoin-deps-linux64-gitian-r1.tar.gz
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-process.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 2c0e2a3677..8858be397e 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -51,6 +51,8 @@ Release Process wget 'https://download.qt-project.org/archive/qt/4.8/4.8.3/qt-everywhere-opensource-src-4.8.3.tar.gz' wget 'https://protobuf.googlecode.com/files/protobuf-2.5.0.tar.bz2' cd .. + ./bin/gbuild ../bitcoin/contrib/gitian-descriptors/deps-linux.yml + mv build/out/*.tar.gz inputs/ ./bin/gbuild ../bitcoin/contrib/gitian-descriptors/boost-win32.yml mv build/out/boost-win32-*.zip inputs/ ./bin/gbuild ../bitcoin/contrib/gitian-descriptors/deps-win32.yml |