diff options
author | Martin ร berg <martin@fripost.org> | 2021-08-17 18:16:47 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-18 00:35:09 +0200 |
commit | 5d146628e12438cadd5818f990338987a009ca0c (patch) | |
tree | 7d36b7cad19a2df73960f9d25357edcee052a238 /Documentation/BuildInstructionsOther.md | |
parent | 90f7e01179f34c9ae099a4aed7efae48670b214b (diff) | |
download | serenity-5d146628e12438cadd5818f990338987a009ca0c.zip |
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.
Diffstat (limited to 'Documentation/BuildInstructionsOther.md')
-rw-r--r-- | Documentation/BuildInstructionsOther.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/BuildInstructionsOther.md b/Documentation/BuildInstructionsOther.md index d5b6c6172b..4968831475 100644 --- a/Documentation/BuildInstructionsOther.md +++ b/Documentation/BuildInstructionsOther.md @@ -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 ``` |