freeglut v3.6.0 for MinGW
=========================
This package contains libs(.a) and DLLs for MinGW32 and MinGW-w64.

MinGW32
=======
Compile Search DIR: ./freeglut/include
Link Search DIR   : ./freeglut/lib
Link Option       : freeglut_static

MinGW-w64
=========
Compile Search DIR: ./freeglut/include
Link Search DIR   : ./freeglut/lib/x64
Link Option       : freeglut_static

To link freeglut statically, define a macro, FREEGLUT_STATIC and link with libfreeglut_static.dll.a
gcc -DFREEGLUT_STATIC -I./freeglut/include ...
gcc -L./freeglut/lib/x64 -lfreeglut_static -lopengl32 ...


The source code is available at https://freeglut.sourceforge.net/index.php#download

