dump-xbox-dvd icon indicating copy to clipboard operation
dump-xbox-dvd copied to clipboard

cmake instruction on MSYS2 possibly incorrect

Open mnadareski opened this issue 6 years ago • 1 comments

When attempting to run cmake on MSYS2, I needed to run cmake .. -G "MSYS Makefiles" instead of cmake .. in order for zlib to be properly found. This may be a quirk with my version, but I felt it was worth mentioning.

mnadareski avatar Apr 16 '18 23:04 mnadareski

It's not an issue in this project.

It's something that bothers me in all my projects: MSYS CMake always needs you to explicitly switch the generator. I'm not sure why CMake is not using MSYS makefiles as default.

I'll keep this issue opened because we should still fix the documentation (to include environment specific instructions) or, preferably, provide binary releases.

JayFoxRox avatar Apr 23 '18 09:04 JayFoxRox