diff options
author | Nadia Holmquist Pedersen <nadia@nhp.sh> | 2019-05-04 15:32:49 +0200 |
---|---|---|
committer | Nadia Holmquist Pedersen <nadia@nhp.sh> | 2019-05-04 15:32:49 +0200 |
commit | 75d5a0033e83a75b4cce3606eacf262a8f39c33a (patch) | |
tree | 2e58283abdd8d8ab99e2fade4481009d1af2bb32 | |
parent | 56969ba0d1d8b8240a5ed16d421a97945877aed8 (diff) | |
parent | 34c78c6c6cca519f7c897ba9ab9965fb94207793 (diff) |
Merge branch 'master' of https://github.com/Nadia-h/melonDS
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ make #### MSYS2 and CMake 1. Install [MSYS2](https://www.msys2.org/) -2. Open the **MSYS2 MingW 64-bit** terminal +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 |