Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2021-05-25 00:00:00Z and 2021-05-26 00:00:00Z
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)
09:56
When removing
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
(also I think we should make the slider go from 0 to 30 or at least 15 directly instead of having 1 or 2 in there to make it stuck for almost a second.