Installing boost on Windows
This is for boost 1.75.0. I’m using Visual Studio 2019 Community Edition and I installed boost to my X:\ drive (root directory). Instructions… Download https://dl.bintray.com/boostorg/release/1.75.0/source/boost_1_75_0.zip Extract boost_1_75_0.zip to X:\ (adds a folder named boost_1_75_0) Open x64 Native Tools Command Prompt for Visual Studio 2019 Run the following commands… cd boost_1_75_0bootstrap.bat.\b2 When b2 is complete you …