Skip to content

Commit

Permalink
Fixed Windows note
Browse files Browse the repository at this point in the history
  • Loading branch information
lpla committed May 14, 2020
1 parent 9db3871 commit 3624188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Readme
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pacman -S mingw-w64-x86_64-gcc

The issue here is that "sys/*" imports are only available in the msys2 gcc and SDL is only in the mingw64 gcc. So you need one window with the msys2 environment and another with the mingw64 one.

Start compiling with 'make' in the mingw64 window and once it crashes requesting the 'crypt' library or a 'sys/*' include, run 'make' in the msys2 window. Once SDL is requested again or a compatibility error comes up, go back to the mingw64 windows to finish compilation with 'make'.
Start compiling with 'make' in the mingw64 window and once it crashes requesting a 'sys/*' library or showing a compatibility error, run 'make' in the msys2 window. Once SDL is requested again or another compatibility error comes up, go back to the mingw64 windows to finish compilation with 'make' again.


********* LITTLE MERMAID II PINBALL FRENZY *********
Expand Down

0 comments on commit 3624188

Please sign in to comment.