visual c++ - Building Boost with VS2015 -


i trying update vs2013->vs2015, , need rebuild boost library files using vs2015. grabbed latest boost (1.58). default boost trying build vs2013. tried invoke bjam toolset=msvc-14.0 did not work, keeps saying:

'cl' not recognized internal or external command

i guess doesn't know vs2015 located? know need change boost build vs2015?

bluego tool builds boost using visual studio 2010/12/13/15. have start application, select configuration , hit build button- else works automatically. application downloads library, extracts , builds it. can downloaded here.

screenshot of bluego: screenshot of bluego

you need install common tools visual c++ 2015 described here.

prebuild boost libraries vs2015 can found here. seem maintained.


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -