Original discussion #game-dev message
Current status:
I've followed the recommendations, now I have:
exe.addSystemIncludePath(.{ .path = "/usr/include" });
exe.linkSystemLibrary("SDL2");
exe.linkSystemLibrary("SDL2_ttf");
exe.linkSystemLibrary("SDL2_image");
exe.linkLibC();
but I"m still getting the same issue
error: error: unable to find Dynamic system library 'SDL2' using strategy 'paths_first'. searched paths: none
error: unable to find Dynamic system library 'SDL2_ttf' using strategy 'paths_first'. searched paths: none
error: unable to find Dynamic system library 'SDL2_image' using strategy 'paths_first'. searched paths: none