Skip to content

Compiling on Windows with Other Compilers

Javidx9 edited this page May 11, 2020 · 2 revisions

The olc::PixelGameEngine will compile happily using a modern c++ compiler. Different compilers require slightly different configurations. Where possible, the setup for each compiler is listed in the olc::PixelGameEngine header file itself.

Compiling with MinGW / MSYS2

This video on YouTube will tell you how to ensure you are using a modern version of MinGW, and configure your build environment.

Updating MSYS2/MinGW Compiler on Windows

Using Code::Blocks IDE

Another quick video guide to setting up and using Code::Blocks as your development environment YouTube

Configuring Code::Blocks