Updated Building for macOS (markdown)

liamwhite 2023-02-28 12:41:03 -05:00
parent c75d674662
commit 843a6683fd
1 changed files with 1 additions and 1 deletions

@ -12,7 +12,7 @@ Build with debug symbols (vcpkg is not currently used due to broken boost-contex
```sh ```sh
mkdir build && cd build mkdir build && cd build
export Qt5_DIR="/opt/homebrew/opt/qt@5/lib/cmake" export Qt5_DIR="/opt/homebrew/opt/qt@5/lib/cmake"
cmake .. -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DYUZU_USE_BUNDLED_VCPKG=OFF -DYUZU_TESTS=OFF cmake .. -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DYUZU_USE_BUNDLED_VCPKG=OFF -DYUZU_TESTS=OFF -DENABLE_WEB_SERVICE=OFF
ninja ninja
``` ```