diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-04-24 15:22:12 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-04-24 15:40:14 +0100 |
commit | 9381052194a78024b3994cc6ad906858c477b88f (patch) | |
tree | e00d0afaae8d0b69911d80f3b3e809e58a7da182 /depends/README.md | |
parent | 427044afa3614e3380c525140b50df48822d939f (diff) |
doc: Bash is needed in gen_id and is not installed on FreeBSD by default
Diffstat (limited to 'depends/README.md')
-rw-r--r-- | depends/README.md | 4 |
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 |