30 Sep
2016
30 Sep
'16
8:37 p.m.
On Fri, Sep 30, 2016 at 4:29 PM, Olaf van der Spek
Hi,
How does one build Boost (1.62) with VS15 (Preview 4)? I know it's not officially supported..
Olaf: For Boost to build using any Visual Studio version, you need to have the command-line tools set up. Usually this means just having the right directories in your PATH. See this knowledge base article: https://msdn.microsoft.com/en-us/library/f2ccy3wt.aspx Another way to get the right environment is to launch the "Visual Studio Command Prompt" which is just an instance of Command Prompt that has the variables set. To find it, go to the Start menu and search for "Command" you will find something like "MSBuild Command Prompt for VS2015" Hope this helps!