vaiorabbit / ruby-opengl

Yet another OpenGL wrapper for Ruby (and wrapper code generator).
Other
86 stars 11 forks source link

Fix GLFW lib name for linux #5

Closed cedlemo closed 9 years ago

cedlemo commented 9 years ago

Hi, I have tested your simple.rb sample and it works with:

OpenGL.load_dll( 'libGL.so', '/usr/lib')
GLFW.load_dll( 'libglfw.so', '/usr/lib')

I use Archlinux x86_64 but the name of the lib GLFW seems to be the same under other distros (Debian, Fedora)

vaiorabbit commented 9 years ago

Hi, Thank you for your feedback.