I have never installed new libraries in Codeblocks before and would like to know how to do it, Thank you!
Asked
Active
Viewed 6,532 times
0
-
At first try to do google. Do what you found? if problem occurs then ask the question. – Dinesh Subedi Jan 30 '13 at 05:19
1 Answers
0
At first download the freeglut from here. Don't download the source download the binaries. Unzip the zip file then you will see the include directories ,lib directories and greeglut.dll file. After you download and open the GLUT bin zip file, you will need to: Copy freeglut32.dll to c:\windows\system, Copy freeglut32.lib to c:\program files\mingw\lib, and Copy freeglut.h to c:\program files\mingw\include\GL. All steps I can't explain here So for details please follow this link here or this link here

Dinesh Subedi
- 2,603
- 1
- 26
- 36