From b841b3ac3c0fe7af5d67089aa33f5bfc07089433 Mon Sep 17 00:00:00 2001 From: Be Date: Mon, 13 Sep 2021 13:04:23 -0500 Subject: [PATCH] BUILDING.md: document setting WX_CONFIG on macOS Signed-off-by: Be --- BUILDING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index b18b613ef..79ed96e3b 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -254,6 +254,13 @@ installed from [Homebrew](https://brew.sh/): brew install cmake ccache ninja nasm wxwidgets ``` +You must set the `WX_CONFIG` environment variable for CMake to find wxWidgets +installed from Homebrew: + +``` +export WX_CONFIG=/usr/local/bin/wx-config +``` + The rest of the dependencies will be built automatically with vcpkg when configuring CMake. You turn off vcpkg by passing `-D VCPKG=OFF` to the CMake configuration command, but then it is up to you to install all of Tenacity's