Page 1 of 1

FreeGlut and Glut Install

PostPosted: Thu Apr 25, 2024 11:33 am
by hbyte
http://www.transmissionzero.co.uk/softw ... glut-devel

https://user.xmission.com/~nate/glut.html

Put these two lovelys onto you machine with MinGW works in all windows. Hurrah.

compile with:

g++ -m32 -Wall -o output.exe source.cc -lfreeglut -lglut32 -lopengl32

Put libraries *.a in MinGW lib folder
Put dlls *.dll in MinGW bin folder
Put includes *.h in MinGW includes/GL folder

MinGW :- https://ics.uci.edu/~pattis/common/hand ... mingw.html