Skip to content

Compile GLEW on windonws

Requirements

  • MSYS2 MSYS! not MINGW64!

Get source

You can get source from GitHub

sh
git clone https://github.com/nigels-com/glew.git

Compile

sh

cd glew
make SYSTEM=mingw64
make install SYSTEM=mingw64 PREFIX=/mingw64

References