mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
doc: Bash is needed in gen_id and is not installed on FreeBSD by default
This commit is contained in:
parent
427044afa3
commit
9381052194
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue