0

I had issue installing sdl2 with apt then i installed it with the source code.

My question is, if I compiled from source code is it okay for development or do I need something else like sdl2-dev packages?

genpfault
  • 51,148
  • 11
  • 85
  • 139
  • runtime package is just the library. dev package is just the header files. source gives you everything. – stark Jun 20 '22 at 11:33
  • Building from source is enough, and it's even better than using the prepackaged one. SDL2 has some clever system to load available dependencies at runtime, which is disabled at least in the version in the Ubuntu repos. This helps to distribute your app to others. – HolyBlackCat Jun 20 '22 at 17:06

0 Answers0