Skip to content

Commit 9381052

Browse files
committed
doc: Bash is needed in gen_id and is not installed on FreeBSD by default
1 parent 427044a commit 9381052

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

depends/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ For linux S390X cross compilation:
8585

8686
sudo apt-get install g++-s390x-linux-gnu binutils-s390x-linux-gnu
8787

88+
### Install the required dependencies: FreeBSD
89+
90+
pkg install bash
91+
8892
### Install the required dependencies: OpenBSD
8993

9094
pkg_add bash gtar

0 commit comments

Comments
 (0)