Skip to content

Commit

Permalink
Documentation: Update FreeBSD prerequisites
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
endofexclusive authored and awesomekling committed Aug 17, 2021
1 parent 90f7e01 commit 5d14662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/BuildInstructionsOther.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 5d14662

Please sign in to comment.