I wrote this ages ago when my fellow classmates were having trouble installing the Boost C++ library for college. It’s just a little interactive batch script to make the process stress-free.

The majority of my classmates had both VS2013 and VS2015 installed, so the script holds the user’s hand through picking a toolset (Boost install will default to VS2015 toolset which means that trying to use it with VS2013 causes headaches). Apart from that, all it really does is run the two boost install scripts in the right order.

Follow these steps and you’ll have boost in no time:

The script is hosted as a gist, so if you feel the urge to fix it make it better contribute you can be my guest.

Here’s the contents of the batch file for your perusal: