opengl

Printer-friendly version

HOWTO Compile the OpenGL Utility Toolkit (GLUT) for Win32 with MinGW

UNDER CONSTRUCTION

NOTE: This page is based on the following master page:

http://www.joshuaburkholder.com/glut/

Downloads:

HOWTO Use Mark J. Kilgard's OpenGL Utility Toolkit (GLUT) with MinGW

  • Download the binary and unpack the binary distribution of Nate Robins' Win32 port of GLUT. These instructions are based on version 3.7.6 and may not work with earlier or newer versions.
  • Create a subdirectory called GL in your project's include directory, and copy the file =glut.h= from the package there.
  • Copy the library, glut32.lib, to your project's build directory.
  • Copy the DLL, glut32.dll, to the same directory where your project's executable will be created.