aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-04-24 15:22:12 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-04-24 15:40:14 +0100
commit9381052194a78024b3994cc6ad906858c477b88f (patch)
treee00d0afaae8d0b69911d80f3b3e809e58a7da182 /depends
parent427044afa3614e3380c525140b50df48822d939f (diff)
downloadbitcoin-9381052194a78024b3994cc6ad906858c477b88f.tar.xz
doc: Bash is needed in gen_id and is not installed on FreeBSD by default
Diffstat (limited to 'depends')
-rw-r--r--depends/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/depends/README.md b/depends/README.md
index a8dfc83e3b..10e0985cf4 100644
--- a/depends/README.md
+++ b/depends/README.md
@@ -85,6 +85,10 @@ For linux S390X cross compilation:
sudo apt-get install g++-s390x-linux-gnu binutils-s390x-linux-gnu
+### Install the required dependencies: FreeBSD
+
+ pkg install bash
+
### Install the required dependencies: OpenBSD
pkg_add bash gtar