doc: Bash is needed in gen_id and is not installed on FreeBSD by default

pull/29953/head
Hennadii Stepanov 7 months ago
parent 427044afa3
commit 9381052194
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

@ -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…
Cancel
Save