KelvinShadewing / brux-gdk

Free runtime and development kit using SDL and Squirrel
GNU Affero General Public License v3.0
40 stars 20 forks source link

Link more libraries statically on Linux using CMake #52

Closed Vankata453 closed 1 year ago

Vankata453 commented 1 year ago

Allows for statically linking more libraries, on which SDL2_image and SDL2_mixer depend. Updates the GNU/Linux workflow.

Performed a test on a fresh Linux Mint install to see which libraries are required to be installed. The only ones seem to be libfluidsynth-dev and libmodplug-dev.