Open JohnCartoonist opened 5 months ago
Could you provide the error?
For context, I'm using the Visual Studio 17 2022 generator and I'm trying to build a Win32 binary of Nuked SC55. The full log says: "CMake Error at CMakeLists.txt:2 (project): Generator Visual Studio 17 2022 could not find any instance of Visual Studio."
I've opened the folder directly with VS2022 without the need to use the external CMake generator and it worked fine for me.
Hmm, I'll see if I can build this thing through Visual Studio. Thank you for the suggestion.
If I'm not wrong, this is discussed in issue #28
Because of the CMakeLists.text file present in the repository, I assumed I had to use CMake to build this thing, so I did, but I always got an error message every time I attempted to build the program. I'm not sure if it's because I'm using the wrong generator, I don't know if I'm missing an SDK dependency, or if the resources present in the source code are simply insufficient for CMake. I would appreciate if there were instructions detailing how to build Nuked SC55 step-by-step.
Try this: https://github.com/nukeykt/Nuked-SC55/pull/44#issuecomment-2070281797
I think I'm just going to stick with Nuked-SC55 version 0.3.1 for the time being, but I appreciate the help, nonetheless.
Because of the CMakeLists.text file present in the repository, I assumed I had to use CMake to build this thing, so I did, but I always got an error message every time I attempted to build the program. I'm not sure if it's because I'm using the wrong generator, I don't know if I'm missing an SDK dependency, or if the resources present in the source code are simply insufficient for CMake. I would appreciate if there were instructions detailing how to build Nuked SC55 step-by-step.