diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-01-15 14:29:09 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-01-15 14:29:19 +0100 |
| commit | 4b4b578cb32737d2face45438069db95bc316ebb (patch) | |
| tree | 422cd303b326bca42da0c3ebb124a46b922a2090 /doc | |
| parent | Merge pull request #3527 from laanwj/2014_01_gitian_win32_qt5 (diff) | |
| parent | gitian: add explicit dependency build for linux (diff) | |
| download | discoin-4b4b578cb32737d2face45438069db95bc316ebb.tar.xz discoin-4b4b578cb32737d2face45438069db95bc316ebb.zip | |
Merge pull request #3536
0425715 gitian: add explicit dependency build for linux (Wladimir J. van der Laan)
279af1a build: use Ubuntu 12.04 for linux gitian build (Wladimir J. van der Laan)
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 2cc54edfe..82920afe7 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -51,6 +51,8 @@ Release Process wget 'https://download.qt-project.org/official_releases/qt/5.2/5.2.0/single/qt-everywhere-opensource-src-5.2.0.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 |