Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
/ glut-install Public archive

A simple batch script which installs GLUT over CodeBlocks.

License

Notifications You must be signed in to change notification settings

Goblin80/glut-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL Logo

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:

  1. Copy glut.h to CodeBlocks\MinGW\include\GL folder.
  2. Copy glut32.lib to CodeBlocks\MinGW\lib folder.
  3. Copy glut32.dll to 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:

Entry Point Error

  • Paste a copy of glut32.dll beside your executable (.exe) usually found in {ProjectName}\bin\Debug.

About

A simple batch script which installs GLUT over CodeBlocks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published