nukeykt / Nuked-SC55

Roland SC-55 series emulation
Other
285 stars 33 forks source link

Build instructions? #81

Open JohnCartoonist opened 2 weeks ago

JohnCartoonist commented 2 weeks ago

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.

UnBeatWaterGH commented 2 weeks ago

Could you provide the error?

JohnCartoonist commented 2 weeks ago

Screenshot 2024-06-15 093904 Screenshot 2024-06-15 093922

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."

giulioz commented 2 weeks ago

I've opened the folder directly with VS2022 without the need to use the external CMake generator and it worked fine for me.

JohnCartoonist commented 2 weeks ago

Hmm, I'll see if I can build this thing through Visual Studio. Thank you for the suggestion.

Karmeck commented 2 weeks ago

If I'm not wrong, this is discussed in issue #28

Kappa971 commented 2 weeks ago

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

JohnCartoonist commented 2 weeks ago

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.