












You must install SDL to compile the Teeworlds client
Keep getting this error message
I am on Debian 11 and used sudo apt install build-essential cmake git libfreetype6-dev libsdl2-dev libpnglite-dev libwavpack-dev python3 to install all dependencies including libsdl2-dev
Also I am using CLion and trying to run the teeworlds_srv | Debug (edited)if(CLIENT AND NOT(SDL_FOUND))
message(SEND_ERROR "You must install SDL to compile the Teeworlds client")
endif()
I can run the server successfully
cmake -DCLIENT=OFF?






