Merge 335d27d081 into merged_master (Bitcoin PR #20512)

This commit is contained in:
Andrew Poelstra 2021-06-10 19:11:03 +00:00
commit 0cf76ce682

View file

@ -15,6 +15,7 @@ pkg_add qt5 # (optional for enabling the GUI)
pkg_add autoconf # (select highest version, e.g. 2.69)
pkg_add automake # (select highest version, e.g. 1.16)
pkg_add python # (select highest version, e.g. 3.8)
pkg_add bash
git clone https://github.com/bitcoin/bitcoin.git
```