aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian-descriptors/README.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-03-21 13:31:22 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-03-21 13:31:22 +0100
commitc337e2e905775aea07a2d4b53067f78f042cf7a1 (patch)
tree7366760f389a09c9ba1057e1c5428452a87bdb83 /contrib/gitian-descriptors/README.md
parent178d6a1b65d5466b57573e0f46e54d45a88a90f3 (diff)
downloadbitcoin-c337e2e905775aea07a2d4b53067f78f042cf7a1.tar.xz
Update gitian README.md
Diffstat (limited to 'contrib/gitian-descriptors/README.md')
-rw-r--r--contrib/gitian-descriptors/README.md29
1 files changed, 8 insertions, 21 deletions
diff --git a/contrib/gitian-descriptors/README.md b/contrib/gitian-descriptors/README.md
index 3a90b4d038..7a67263ee4 100644
--- a/contrib/gitian-descriptors/README.md
+++ b/contrib/gitian-descriptors/README.md
@@ -25,30 +25,17 @@ Once you've got the right hardware and software:
mkdir gitian-builder/inputs
cd gitian-builder/inputs
- # Get inputs (see doc/release-process.md for exact inputs needed and where to get them)
- ...
- cd ../..
-
+ # Create base images
cd gitian-builder
- bin/make-base-vm --arch i386
- bin/make-base-vm --arch amd64
+ bin/make-base-vm --suite precise --arch i386
+ bin/make-base-vm --suite precise --arch amd64
cd ..
- # Build Linux release:
- cd bitcoin
- git pull
- cd ../gitian-builder
- git pull
- ./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/gitian-linux.yml
-
- # Build Win32 dependencies: (only needs to be done once, or when dependency versions change)
- ./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/boost-win32.yml
- ./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/deps-win32.yml
- ./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/qt-win32.yml
- ./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/protobuf-win32.yml
-
- # Build Win32 release:
- ./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/gitian-win32.yml
+ # Get inputs (see doc/release-process.md for exact inputs needed and where to get them)
+ ...
+
+ # For further build instructions see doc/release-notes.md
+ ...
---------------------