Closed leos313 closed 1 year ago
When compiling for the first time I get this CMake error:
-- Could NOT find SDL2_mixer (missing: SDL2_MIXER_LIBRARIES SDL2_MIXER_INCLUDE_DIRS) CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Any idea on how to solve it?
solved on a Ubuntu 22.04:
sudo apt install libsdl2-mixer-dev libsdl2-image-dev libsdl2-dev
When compiling for the first time I get this CMake error:
Any idea on how to solve it?