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
6a655447
Unverified
Commit
6a655447
authored
May 02, 2021
by
WaluigiWare64
Committed by
GitHub
May 02, 2021
Browse files
Update README instructions to use Qt 6 on macOS
parent
1004ff7f
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
6a655447
...
...
@@ -88,7 +88,7 @@ If everything went well, melonDS should now be in the `dist` folder.
### macOS:
1.
Install the
[
Homebrew Package Manager
](
https://brew.sh
)
2.
Install dependencies:
`brew install git pkg-config cmake sdl2 qt@
5
libslirp libarchive libepoxy`
2.
Install dependencies:
`brew install git pkg-config cmake sdl2 qt@
6
libslirp libarchive libepoxy`
3.
Download the melonDS repository and prepare:
```
zsh
git clone https://github.com/Arisotura/melonDS
...
...
@@ -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@
5
)
;
$(
brew
--prefix
libarchive
)
"
-DMACOS_BUNDLE_LIBS
=
ON
cmake ..
-DCMAKE_PREFIX_PATH
=
"
$(
brew
--prefix
qt@
6
)
;
$(
brew
--prefix
libarchive
)
"
-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