- Install Msys2 from msys2.org
- Complete the steps and open Msys2
- Update package databases
pacman -Syu
- Update rest of base packages
pacman -Su
- Install Mingw-w64
pacman -S --needed base-devel mingw-w64-x86_64-toolchain
- Install CMake
pacman -S mingw-w64-x86_64-cmake
- Install Ninja
pacman -S mingw-w64-x86_64-ninja
- Make sure to launch
MSYS2 MinGW 64-bit
with administrator rights ( This is !mportant...!!!)
- This Guide assumes that you have installed msys2, mingw-64 using this link https://gist.github.com/ahmednawazkhan/4da8acbdafe0798527874b0f00f16e45
- This guide was made with the help of https://gist.github.com/sim642/29caef3cc8afaa273ce6
- Download boost from https://www.boost.org/users/download/
- Extract the contents to
/c/downloads/boost_1_77_0
- Create a folder within for building.
/c/downloads/boost_1_77_0/build
- Create a folder for Boost Build installation
/c/downloads/boost-build