Skip to content

Commit

Permalink
Update windows build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rockytriton committed Jul 18, 2022
1 parent 00a6a7e commit e6be343
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,19 @@ https://github.com/rockytriton/LLD_gbemu/raw/main/docs/gbctr.pdf


NOTE: Designed to run on Linux, but you can build on Windows with MSYS2 and mingw-w64

Windows Environment Setup:

1. Install MSYS2: https://www.msys2.org/

2. Follow instructions 1 through 7 on the MSYS2 page.

3. pacman -S cmake

4. pacman -S mingw64/mingw-w64-x86_64-SDL2 mingw64/mingw-w64-x86_64-SDL2_mixer mingw64/mingw-w64-x86_64-SDL2_image mingw64/mingw-w64-x86_64-SDL2_ttf mingw64/mingw-w64-x86_64-SDL2_net

5. pacman -S mingw-w64-x86_64-check

After above steps you should be able to build from Windows using MSYS2 just like in the videos.


0 comments on commit e6be343

Please sign in to comment.