From 8ad9f49de31879539712a69154588d76e1963f81 Mon Sep 17 00:00:00 2001 From: Isak Holmstrom Date: Mon, 14 Feb 2022 14:32:58 +0100 Subject: [PATCH] Documentation: Change/add two pkgs in the FreeBSD instructions --- Documentation/BuildInstructionsOther.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/BuildInstructionsOther.md b/Documentation/BuildInstructionsOther.md index 34f663ead06..22e31473e55 100644 --- a/Documentation/BuildInstructionsOther.md +++ b/Documentation/BuildInstructionsOther.md @@ -97,6 +97,6 @@ doas pkg_add bash cmake g++ gcc git gmake gmp ninja ccache rsync coreutils qemu ## FreeBSD prerequisites ```console -pkg install bash cmake coreutils e2fsprogs fusefs-ext2 gcc git gmake ninja sudo gmp mpc mpfr ccache rsync +pkg install qemu bash cmake coreutils e2fsprogs fusefs-ext2 gcc11 git gmake ninja sudo gmp mpc mpfr ccache rsync ```