Build boost with VS2012 RC

后端 未结 4 1662
情深已故
情深已故 2021-02-10 09:16

I\'ve just downloaded Visual Studio 2012 RC for Windows 8 64 bit. I\'ve tried to compile boost libraries (version 1.51), but when I make, inside the Visual Studio prompt command

4条回答
  •  梦谈多话
    2021-02-10 09:47

    workaround:

    1. change directory to boost_1_51_0-x64\tools\build\v2
    2. execute bootstrap.bat (not from the the native x64 comand prompt - just double click it)
    3. copy b2.exe back to boost_1_51_0-x64 dir
    4. change directory to boost_1_51_0-x64
    5. execute b2

    I programmed a tool called BlueGo which automatically downloads boost 1.51.0 and builds it with VS2012 x64: http://vertexwahn.de/

提交回复
热议问题