🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Linux GLX code - statically or dynamically linked opengl library?

Started by
0 comments, last by Caste 15 years, 9 months ago
Almost full question at subject. Does basecode for Linux/GLX from http://nehe.gamedev.net/counter.asp?file=files/basecode/nehegl_glx.tar.gz dynamically or statically links OpenGL library (in my case libGL.so or some-thing like that, NVidia card and drivers)? If statically, how can i link it dynamically?
Advertisement
You usually link to OpenGL dynamically because this library should be present on every system. I didnt look at the sources now but that should be the case with all NeHe GLX lessons too.

This topic is closed to new replies.

Advertisement