mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
Remove cp -r of mac build in readme
This commit is contained in:
@ -99,9 +99,8 @@ If everything went well, melonDS should now be in the `dist` folder.
|
|||||||
```zsh
|
```zsh
|
||||||
cmake .. -DCMAKE_PREFIX_PATH="$(brew --prefix qt@5);$(brew --prefix libarchive)" -DMACOS_BUNDLE_LIBS=ON
|
cmake .. -DCMAKE_PREFIX_PATH="$(brew --prefix qt@5);$(brew --prefix libarchive)" -DMACOS_BUNDLE_LIBS=ON
|
||||||
make -j$(sysctl -n hw.logicalcpu)
|
make -j$(sysctl -n hw.logicalcpu)
|
||||||
mkdir dist && cp -r melonDS.app dist
|
|
||||||
```
|
```
|
||||||
If everything went well, melonDS.app should now be in the `dist` folder.
|
If everything went well, melonDS.app should now be in the curent directory.
|
||||||
|
|
||||||
|
|
||||||
## TODO LIST
|
## TODO LIST
|
||||||
|
Reference in New Issue
Block a user