I'm trying to build SFML 2.0 on Debian Sid.
Here are the errors that I'm getting:
tim@debian:~/Downloads/LaurentGomila-SFML-8868350$ make
[ 14%] Built target sfml-system
make[2]: *** No rule to make target `/usr/lib/x86_64-linux-gnu/libGL.so', needed by `lib/libsfml-window.so.2.0'. Stop.
make[1]: *** [src/SFML/Window/CMakeFiles/sfml-window.dir/all] Error 2
make: *** [all] Error 2
Obviously I assume it has something to do with libGL, but I'm not entirely sure how I could go about resolving this issue.
What could any potential issues be?