Ryzee119 / LithiumX

A simple dashboard, mainly developed for the Original Xbox console, but it can be compiled for Windows and Linux for rapid development and testing.
MIT License
72 stars 8 forks source link

MYSYS2 - Did you mean MSYS2 #7

Closed kaosengr closed 2 years ago

kaosengr commented 2 years ago

in the Build (Windows Xbox) section of the README.md file?

and, when I try to run

cmake .. -G "MinGW Makefiles"

I receive the following error:

CMake Error: Could not create named generator MinGW Makefiles

Generators

There is no MinGW Makefiles generator. cmake version 3.22.1.

Ryzee119 commented 2 years ago

Not sure why, just tried locally and it worked.

Ensure you have latest mingw-w64-x86_64-cmake and you are using the MinGW shell.

kaosengr commented 2 years ago

Not sure why, just tried locally and it worked.

Ensure you have latest mingw-w64-x86_64-cmake and you are using the MinGW shell.

Oh, I need to start MSYS2 MinGW 64-bit shell, not simply MSYS2 MSYS when I issue the commands listed in the Build (Windows Xbox) section of README.md.

Ryzee119 commented 2 years ago

Build (Windows Xbox) oops this is actually a typo. This will build a windows executable. Not an xbox executable.

If you want an xbox exec, follow the xbox instructions.

kaosengr commented 2 years ago

Ok, helps starting the correct build environment. LithiumX.exe built.

README.md typos fixed.

I'm closing this issue.