When update to test build on linux it breaks

Hi.

I installed ioquake on ubuntu 16.04 and it worked fine. I then copied the test build over and now it refuses to load. I get this error:

./ioquake3.x86_64: error while loading shared libraries: libSDL2-2.0.so.0: cannot open shared object file: No such file or directory

What is wrong?

ioquake3 GNU/Linux test builds do not include the SDL2 library. You can install it through your distribution using the following:

sudo apt-get install libsdl2
1 Like