File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 104
104
2. Extract the files in a folder you desire.(you need the folder so never delete it unless you donot want to do opengl anymore)
105
105
3. Open Visual Studio and create a C++ solution/project.
106
106
4. Go to the properties of your project.
107
- 
108
107
5. Inside properties go to C/C++ and in additional include directories include the include folders from the files you dowloaded before.
109
108

110
109
6. Go to general of linker section and in additional library directories include the lib folders from the files you downloaded before.
114
113
-glew32.lib
115
114

116
115
8. Copy and paste following files you downloaded before in System32 folder.
117
- 
116
+ -freeglut.dll
117
+ -glew32.dll
118
118
9. Now copy the code and build your project and run it, then you are good to go.
119
119
```
120
120
#include<Gl/glut.h>
You can’t perform that action at this time.
0 commit comments