aboutsummaryrefslogtreecommitdiff
path: root/doc/build-openbsd.md
diff options
context:
space:
mode:
authorEmil Engler <me@emilengler.com>2020-11-26 21:34:13 +0100
committerEmil Engler <me@emilengler.com>2020-11-26 21:34:25 +0100
commit1d578c078f0ce00cb032d3c6c689fd199b8d2f35 (patch)
treecb0ef5bd892b5a0636ecc34ff5a91c71326ec04d /doc/build-openbsd.md
parent50091592dd875a1c94030dbed74112b003732d68 (diff)
downloadbitcoin-1d578c078f0ce00cb032d3c6c689fd199b8d2f35.tar.xz
doc: Add bash as an OpenBSD dependency
If we require Python for the test framework, we should also require bash. It is required for the linters and other scripts and does not comes in a default OpenBSD installation.
Diffstat (limited to 'doc/build-openbsd.md')
-rw-r--r--doc/build-openbsd.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/build-openbsd.md b/doc/build-openbsd.md
index 2b051c078c..dccd7b1335 100644
--- a/doc/build-openbsd.md
+++ b/doc/build-openbsd.md
@@ -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
```