mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 09:38:02 -05:00
Updated Building for macOS (markdown)
@ -12,7 +12,7 @@ Build with debug symbols (vcpkg is not currently used due to broken boost-contex
|
||||
```sh
|
||||
mkdir build && cd build
|
||||
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
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user