Skip to content

Building under Windows with MinGW

ooxi edited this page Oct 27, 2012 · 1 revision

First of all, you need to get mingw-get and install c++ compiler.

Download boost and extract it in \Program Files\boost, so you have \Program Files\boost\boost_<ver>.

Then add MinGW\bin and sdl* directories to Windows path.

  • Run mingw-get install mingw32-make mingw32-gmp mingw32-libintl.
  • Run cmd and cd to \Program Files\boost\boost_<ver>. Run bootstrap. Replace using msvc ; with using gcc ; in file project-config.jam. Run .\bjam.
  • Generate Makefile with CMake and run mingw32-make.
Clone this wiki locally