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.
you need install common tools visual c++ 2015 described here.
prebuild boost libraries vs2015 can found here. seem maintained.
Comments
Post a Comment