From 1d578c078f0ce00cb032d3c6c689fd199b8d2f35 Mon Sep 17 00:00:00 2001 From: Emil Engler Date: Thu, 26 Nov 2020 21:34:13 +0100 Subject: 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. --- doc/build-openbsd.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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 ``` -- cgit v1.2.3