Browse Source

Update gitian README.md

0.10
Wladimir J. van der Laan 11 years ago
parent
commit
c337e2e905
  1. 29
      contrib/gitian-descriptors/README.md

29
contrib/gitian-descriptors/README.md

@ -25,30 +25,17 @@ Once you've got the right hardware and software:
mkdir gitian-builder/inputs mkdir gitian-builder/inputs
cd gitian-builder/inputs cd gitian-builder/inputs
# Get inputs (see doc/release-process.md for exact inputs needed and where to get them) # Create base images
...
cd ../..
cd gitian-builder cd gitian-builder
bin/make-base-vm --arch i386 bin/make-base-vm --suite precise --arch i386
bin/make-base-vm --arch amd64 bin/make-base-vm --suite precise --arch amd64
cd .. cd ..
# Build Linux release: # Get inputs (see doc/release-process.md for exact inputs needed and where to get them)
cd bitcoin ...
git pull
cd ../gitian-builder # For further build instructions see doc/release-notes.md
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
--------------------- ---------------------

Loading…
Cancel
Save