mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 16:40:07 +02:00
Merge pull request from Be-ing/macos_wx-config
BUILDING.md: document setting WX_CONFIG on macOS Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org> Reference-to: https://github.com/tenacityteam/tenacity/pull/619
This commit is contained in:
commit
400ef4096c
@ -254,6 +254,13 @@ installed from [Homebrew](https://brew.sh/):
|
|||||||
brew install cmake ccache ninja nasm wxwidgets
|
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
|
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
|
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
|
configuration command, but then it is up to you to install all of Tenacity's
|
||||||
|
Loading…
x
Reference in New Issue
Block a user