Installing boost on Windows 10

This is for boost 1.75.0. I’m using Visual Studio 2019.

  1. Download https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/boost_1_75_0.zip
  2. Extract boost_1_75_0.zip to C:\ (adds a folder named boost_1_75_0)
  3. Open x64 Native Tools Command Prompt for Visual Studio 2019 and run the following commands…

cd boost_1_75_0
bootstrap.bat
.\b2

Leave a Comment