How do I get the glew.h & freeglut.h libraries?

4.9k views Asked by At

I'm new to C++ & Visual Studio and a friend sent me a file of an example project. It currently won't open due to several errors but the main 2 include the inability for the project to find the glew.h & freeglut.h libraries (shown in the image below).

enter image description here

How can I add these libraries and get rid of these two errors?

1

There are 1 answers

0
Mikel F On

I did a search on 'glew.h' and came up with: The OpenGL Extension Wrangler Library. This is a good place to start:

http://glew.sourceforge.net/install.html

For freeglut:

http://freeglut.sourceforge.net/