On Wednesday, 13 December 2017 at 20:59:41 UTC, eskaypee wrote:
I'm on Linux 64 bit, all SDL libraries (-dev versions) are installed, dub is set up with:

    "dependencies": {
    "derelict-sdl2": "~>3.0.0-beta"
    },
    "subConfigurations": {
    "derelict-sdl2": "derelict-sdl2-static"
    },
    "libs":
    ["sdl2"]


I'm guessing that the "libs" section of my dub subConfiguration needs to include the name of the image satellite library?

Yes, you need to link with SDL_image.

https://www.libsdl.org/projects/SDL_image/

Reply via email to