Closed haochenuw closed 3 years ago
Thanks Hao,
The getBoost.ps1 works with VS 2015 only. If you are using VS 2017 or 2019, you can follow this link to install it.
Remember to add the corresponding parameters for b2. For example, if you use msvc-14.1, you will do .\b2.exe toolset=msvc-14.1 architecture=x86 address-model=64 --with-thread --with-filesystem --with-regex --with-date_time stage link=static variant=debug,release runtime-link=static threading=multi
This is what I got. I suppose boost is messed up somehow but can't quite fix it.