diff options
author | WaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com> | 2021-05-02 13:13:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-02 13:13:43 +0000 |
commit | 63415f0eeb1d4a52e15f1c6bf90cebd4eb88bdc9 (patch) | |
tree | 1aa1d9a8e4071138373739afc3837962597d60ee | |
parent | 6a655447d4c45d600793ba2d0872787d56645121 (diff) |
Add -DUSE_QT6=ON to README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ If everything went well, melonDS should now be in the `dist` folder. ``` 4. Compile: ```zsh - cmake .. -DCMAKE_PREFIX_PATH="$(brew --prefix qt@6);$(brew --prefix libarchive)" -DMACOS_BUNDLE_LIBS=ON + cmake .. -DCMAKE_PREFIX_PATH="$(brew --prefix qt@6);$(brew --prefix libarchive)" -DUSE_QT6=ON -DMACOS_BUNDLE_LIBS=ON make -j$(sysctl -n hw.logicalcpu) ``` If everything went well, melonDS.app should now be in the curent directory. |