From 5d146628e12438cadd5818f990338987a009ca0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C3=85berg?= Date: Tue, 17 Aug 2021 18:16:47 +0200 Subject: [PATCH] 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. --- Documentation/BuildInstructionsOther.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```