mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-30 20:54:43 +02:00
doc: Bash is needed in gen_id and is not installed on FreeBSD by default
This commit is contained in:
@@ -85,6 +85,10 @@ For linux S390X cross compilation:
|
|||||||
|
|
||||||
sudo apt-get install g++-s390x-linux-gnu binutils-s390x-linux-gnu
|
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
|
### Install the required dependencies: OpenBSD
|
||||||
|
|
||||||
pkg_add bash gtar
|
pkg_add bash gtar
|
||||||
|
Reference in New Issue
Block a user