aboutsummaryrefslogtreecommitdiff
path: root/depends/README.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-01-07 13:16:30 +0800
committerfanquake <fanquake@gmail.com>2022-02-10 12:33:10 +0000
commit471d15536f12889077578884fca33d1b0930fd66 (patch)
tree20b3fba56b89048479b7215c7377bf82e9ee6f05 /depends/README.md
parent75ae39eeec22e56c92f1241ff2ae87ad9a974625 (diff)
downloadbitcoin-471d15536f12889077578884fca33d1b0930fd66.tar.xz
build: add support for OpenBSD to depends
Diffstat (limited to 'depends/README.md')
-rw-r--r--depends/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/depends/README.md b/depends/README.md
index 6b6af99dee..f7647198c6 100644
--- a/depends/README.md
+++ b/depends/README.md
@@ -84,6 +84,10 @@ For linux S390X cross compilation:
sudo apt-get install g++-s390x-linux-gnu binutils-s390x-linux-gnu
+### Install the required dependencies: OpenBSD
+
+ pkg_add bash gtar
+
### Dependency Options
The following can be set when running make: `make FOO=bar`