Documentation: Update FreeBSD prerequisites

FreeBSD comes with Clang as default host compiler and provides
GCC in the package system. The commit adds a few dependencies to
the pkg command line.
This commit is contained in:
Martin Åberg 2021-08-17 18:16:47 +02:00 committed by Andreas Kling
parent 90f7e01179
commit 5d146628e1

View file

@ -92,6 +92,6 @@ doas pkg_add bash cmake g++ gcc git gmake gmp ninja ccache rsync coreutils qemu
## FreeBSD prerequisites
```console
pkg install bash coreutils git gmake ninja sudo gmp mpc mpfr ccache rsync
pkg install bash cmake coreutils e2fsprogs fusefs-ext2 gcc git gmake ninja sudo gmp mpc mpfr ccache rsync
```