Link on Debian buster
#2
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):

static inline float round(float x) { return floor(x + 0.5f); }
Thanks given by:


Messages In This Thread
Link on Debian buster - by lan - 27 Dec 19, 07:22PM
RE: Link on Debian buster - by grenadier - 28 Dec 19, 08:29PM