0

I have never installed new libraries in Codeblocks before and would like to know how to do it, Thank you!

Sal Rosa
  • 551
  • 2
  • 8
  • 12

1 Answers1

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