Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
melonDS
Commits
63415f0e
Unverified
Commit
63415f0e
authored
May 02, 2021
by
WaluigiWare64
Committed by
GitHub
May 02, 2021
Browse files
Add -DUSE_QT6=ON to README
parent
6a655447
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
63415f0e
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment