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

This commit is contained in:
Hennadii Stepanov 2024-04-24 15:22:12 +01:00
parent 427044afa3
commit 9381052194
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -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