Building FLTK 1.3.3 with MSYS/MinGW on Windows 8.1

Downloading the compiler and FLTK sources

 Setting our environment variables

 MinGW System Variable

 Extraction and building

make configure
./configure --enable-gl --enable-threads --enable-shared --enable-localjpeg --enable-localzlib --enable-localpng
make
test/demo
make install

Make Configure

 Ensuring a completely static build

 FLTK Config Static

 Extra compilation commands for building OpenGL programs

FLTK OpenGL Example

 

Valid HTML5