So I ran:
Code: Select all
sudo apt-get build-dep spring
I have done some searching on: "WARNING: you are using the obsolete 'GLU' package, please use 'OpenGL' instead" and found little to nothing as far as solutions, I even found some topics pointing to these forums, but the topic dealt with compiling on a windows system.
Then further below I get:
Please set them or make sure they are set and tested correctly in the CMake files:
OPENGL_gl_LIBRARY (ADVANCED)
linked by target "engine-default" in directory /home/debian0/Desktop/spring_0.82.7.1/rts/builds/default
linked by target "engine-multithreaded" in directory /home/debian0/Desktop/spring_0.82.7.1/rts/builds/GML
I believe to fix this I need to do some linking and or editing of the CMakeLists.txt but am not sure on that, any thoughts/ideas? Did I miss a step somewhere along the way?
Thanks in advance!