• Butterfly
    Butterfly
    Posts: 91 from 2020/12/24
    My raw recipe nowadays is:

    For compiling every object that uses SDL:

    Code:
    -I/gg/usr/local/include/SDL2


    And at linking time:

    Code:
    -L/gg/usr/local/lib -lSDL2


    Most likely you would need to add (95% of times) -noixemul everywhere.

    Yep, sdl-config can also work but in crosscompile enviroments maybe you get some headaches.
  • »08.06.21 - 19:29
    Profile