File tree Expand file tree Collapse file tree 1 file changed +8
-21
lines changed
contrib/gitian-descriptors Expand file tree Collapse file tree 1 file changed +8
-21
lines changed Original file line number Diff line number Diff line change @@ -25,30 +25,17 @@ Once you've got the right hardware and software:
25
25
mkdir gitian-builder/inputs
26
26
cd gitian-builder/inputs
27
27
28
- # Get inputs (see doc/release-process.md for exact inputs needed and where to get them)
29
- ...
30
- cd ../..
31
-
28
+ # Create base images
32
29
cd gitian-builder
33
- bin/make-base-vm --arch i386
34
- bin/make-base-vm --arch amd64
30
+ bin/make-base-vm --suite precise -- arch i386
31
+ bin/make-base-vm --suite precise -- arch amd64
35
32
cd ..
36
33
37
- # Build Linux release:
38
- cd bitcoin
39
- git pull
40
- cd ../gitian-builder
41
- git pull
42
- ./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/gitian-linux.yml
43
-
44
- # Build Win32 dependencies: (only needs to be done once, or when dependency versions change)
45
- ./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/boost-win32.yml
46
- ./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/deps-win32.yml
47
- ./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/qt-win32.yml
48
- ./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/protobuf-win32.yml
49
-
50
- # Build Win32 release:
51
- ./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/gitian-win32.yml
34
+ # Get inputs (see doc/release-process.md for exact inputs needed and where to get them)
35
+ ...
36
+
37
+ # For further build instructions see doc/release-notes.md
38
+ ...
52
39
53
40
---------------------
54
41
You can’t perform that action at this time.
0 commit comments