28 Dec 19, 08:29PM
[SELECT ALL] Code:
sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev zlib1g-dev libogg-dev libvorbis-dev libopenal-dev libcurl4-openssl-dev
And later in source/src/tools.h there should be commented out or removed the following line (58th line):
[SELECT ALL] Code:
static inline float round(float x) { return floor(x + 0.5f); }