Updated Set up Build Environment on macOS (markdown)

Janek Bevendorff
2023-11-22 00:19:17 +01:00
parent 288900e084
commit 4ea2dcec3c

@@ -38,7 +38,7 @@ Set up vcpkg in a location of your choosing:
git clone https://github.com/Microsoft/vcpkg.git && ./vcpkg/bootstrap-vcpkg.sh git clone https://github.com/Microsoft/vcpkg.git && ./vcpkg/bootstrap-vcpkg.sh
``` ```
Install pkg-config and (optionally) the vcpkg stub package via Homebrew: Install pkg-config and (optionally) the vcpkg stub package from Homebrew:
``` ```
brew install pkg-config vcpkg brew install pkg-config vcpkg
``` ```