diff options
author | Matt Corallo <matt@bluematt.me> | 2011-07-03 14:41:09 +0200 |
---|---|---|
committer | Matt Corallo <matt@bluematt.me> | 2011-07-05 00:59:00 +0200 |
commit | fa105b1d3a055e076a78674b96d0e9b859dfe5b2 (patch) | |
tree | c8000f5a16fe60154c4143c66a6aab3d3f0740b5 /doc/release-process.txt | |
parent | d547a4433217061ef4791cfb4cdbab8cd8606074 (diff) |
Added a couple minor things to match newer build process.
This adds the relevent patches which are applied to wx,
and updates for cross compiling.
Diffstat (limited to 'doc/release-process.txt')
-rw-r--r-- | doc/release-process.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/release-process.txt b/doc/release-process.txt index 0e15e1daa2..4940afefa5 100644 --- a/doc/release-process.txt +++ b/doc/release-process.txt @@ -20,7 +20,10 @@ * perform gitian builds - { insert useful info here } + * From the bitcoin source dir + $ cd ../gitian-builder + $ ./bin/gbuild --commit bitcoin=v0.3.23 ../bitcoin/contrib/gitian.yml + $ ./bin/gbuild --commit bitcoin=v0.3.23 ../bitcoin/contrib/gitian-win32.yml Build output expected: 1. linux 32-bit and 64-bit binaries + source |