FrederikTobner / tobot-engine

A simple 2D game engine built on top of SDL2
https://frederiktobner.github.io/tobot-engine/
GNU General Public License v3.0
2 stars 0 forks source link

Fixing build under linux and macOS #69

Closed FrederikTobner closed 1 year ago

FrederikTobner commented 1 year ago

We neee to find a way to make the engine build under unix-based systems as well. Maybe we should remove SDL_Mixer for now. And add it as submodule once we figured out how we can solve the problem. This should probably be done by someone that has already the necessary tools setup under linux to compile the project