Closed Vali-98 closed 4 months ago
As a sanity check, do you have nasm (netwide assembler) installed? And if you have it installed, can it target 64 bit architectures?
I'm not actually sure what nasm is needed for in the build process but I would imagine that it's for SDL_Image for some of the image processing SIMD.
Apologies about the largely useless question but I don't run windows and am at a bit of a loss as to how to proceed. I don't think it's an issue with the build configuration though.
closed for lack of activity, not enough information.
As stated in the build steps, the following command is run:
cmake --build cmake-build
This however results in a build failure:
I have defined
ASM_NASM
in my environment variables.This was tested in both Visual Studio and Visual Studio Code