Skip to content

Commit

Permalink
Merge pull request #191 from TwitchBronBron/patch-1
Browse files Browse the repository at this point in the history
Improve windows build instructions
  • Loading branch information
fgsfdsfgs authored Sep 30, 2023
2 parents 28837dd + e6a852e commit 72fa106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ N64 pad buttons X and Y (or `X_BUTTON`, `Y_BUTTON` in the code) refer to the res

### Windows

1. Install MSYS2.
2. Open the MINGW32 prompt.
1. Install [MSYS2[(https://www.msys2.org).
2. Open the MINGW32 prompt. (**NOTE:** _not_ the `msys2.exe` prompt)
3. Install dependencies: `pacman -S mingw-w64-i686-toolchain mingw-w64-i686-SDL2 mingw-w64-i686-zlib make git`
4. Run `make -f Makefile.port` in the `perfect_dark` directory.
5. The resulting executable will be at `build/ntsc-final-port/pd.exe`.
Expand Down

0 comments on commit 72fa106

Please sign in to comment.