mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
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:
parent
90f7e01179
commit
5d146628e1
1 changed files with 1 additions and 1 deletions
|
@ -92,6 +92,6 @@ doas pkg_add bash cmake g++ gcc git gmake gmp ninja ccache rsync coreutils qemu
|
||||||
## FreeBSD prerequisites
|
## FreeBSD prerequisites
|
||||||
|
|
||||||
```console
|
```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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue