GO
Goblin80/glut-install
A simple batch script which installs GLUT over CodeBlocks.
Glut Installer
A simple batch script that installs OpenGL Utility Toolkit (GLUT) over CodeBlocks.
- Run
installglut.bat
Manual Installation
If the script fails for any reason, install manually:
- Copy
glut.hto CodeBlocks\MinGW\include\GL folder. - Copy
glut32.libto CodeBlocks\MinGW\lib folder. - Copy
glut32.dllto CodeBlocks\MinGW\bin folder.
Known Issues
Multiple undefined references
- Add
#include <windows.h>
(make sure its the first declaration).
Entry Point Not Found
If you encounter the following message:
- Paste a copy of
glut32.dllbeside your executable (.exe) usually found in {ProjectName}\bin\Debug.
On this page
Languages
C93.4%Batchfile6.6%
GNU General Public License v3.0
Created November 24, 2017
Updated January 27, 2023

