From fe9a45b6a256071b806d63b6bb2af74788ac9b33 Mon Sep 17 00:00:00 2001 From: Be Date: Mon, 13 Sep 2021 09:11:33 -0500 Subject: [PATCH] BUILDING.md: add mono to Homebrew package list This is required for NuGet caching with vcpkg. Signed-off-by: Be --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index b18b613ef..bd1feb549 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -251,7 +251,7 @@ You will also need to install a few build tools and dependencies, which can be installed from [Homebrew](https://brew.sh/): ``` -brew install cmake ccache ninja nasm wxwidgets +brew install cmake ccache ninja nasm mono wxwidgets ``` The rest of the dependencies will be built automatically with vcpkg when