phoboslab / wipeout-rewrite

2.6k stars 198 forks source link

Building with MSYS2: make.exe doesn't exist #75

Open Untitled-Document-1 opened 10 months ago

Untitled-Document-1 commented 10 months ago

I built a wipeout.exe following the MSYS2 instructions. The only issue I had was that the make command failed because make.exe didn't exist. I had to use mingw32-make.exe instead, as suggested at https://stackoverflow.com/a/63482278/1754517. Suggest the README.md is updated. Happy to PR this, though for such a small change it hardly seems worth it! For background I installed msys2-x86_64-20230718.exe in a bare Windows 10 environment.