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
5e2a2a9d
Unverified
Commit
5e2a2a9d
authored
May 01, 2019
by
Nadia Pedersen
Committed by
GitHub
May 01, 2019
Browse files
Add Windows MSYS2 build instructions
parent
00ad620b
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5e2a2a9d
...
...
@@ -55,9 +55,25 @@ make
### Windows:
*
use CodeBlocks
*
or receive golden cookies if you get Cmake to work
Build system is not set in stone.
#### MSYS2 and CMake
1.
Install
[
MSYS2
](
https://www.msys2.org/
)
2.
Open the
**MSYS2 MingW 64-bit**
terminal
3.
Update the packages using
`pacman -Syu`
and reopen the terminal if it asks you to
4.
Install dependencies:
`pacman -S mingw-w64-x86_64-{toolchain,SDL2,cmake} make git`
5.
Run the following commands
```
bash
git clone https://github.com/Arisotura/melonDS.git
cd
melonDS
mkdir
build
cd
build
cmake ..
-G
"MSYS Makefiles"
make
-j5
../msys-dist.sh
```
If everything went well, melonDS and the libraries it needs should now be in the
`dist`
folder.
## TODO LIST
...
...
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