I am trying to setup OpenGL developing environment on Ubuntu.I installed all the libs including GLFW as I don\'t want to use GLUT.GLEW lib has been installed too.I am trying
I figured out the solution.For those interested: Openg Project properties.Then "Linker" ->"Libraries". In the Libraries dialog: Click "Add Option" -> "Other Option". In the textfield insert these params:
-lGLEW -lglfw -lGL -lGLU -lX11 -lpthread -lXxf86vm -lm
I guess lGLU is needed only if you use the old OpenGL version.