You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RISC-V known issue: gcc-7.3.0 and gcc-7.3.1 result in a broken `test_bitcoin` executable (see https://github.com/bitcoin/bitcoin/pull/13543),
53
66
this is apparently fixed in gcc-8.1.0.
54
67
55
-
Dependency Options:
68
+
### Dependency Options
56
69
The following can be set when running make: make FOO=bar
57
70
58
71
SOURCES_PATH: downloaded sources will be placed here
@@ -70,7 +83,7 @@ The following can be set when running make: make FOO=bar
70
83
If some packages are not built, for example `make NO_WALLET=1`, the appropriate
71
84
options will be passed to bitcoin's configure. In this case, `--disable-wallet`.
72
85
73
-
Additional targets:
86
+
### Additional targets
74
87
75
88
download: run 'make download' to fetch all sources without building them
76
89
download-osx: run 'make download-osx' to fetch all sources needed for macOS builds
0 commit comments