Building boost 1.61.0 with MinGW 5.3.0

前端 未结 2 720
失恋的感觉
失恋的感觉 2020-12-17 06:14

Has anyone had any success in building boost 1.61.0 for Mingw? I\'ve Googled for this, and all the suggestions that apparently worked well in the past result in errors now.

2条回答
  •  北海茫月
    2020-12-17 07:07

    The answer from @antred worked pretty well. Only changes I needed to do to compile boost 1.67.0 is follows:

    • Instead of step 5 and 6 run .\bootstrap.bat gcc
    • At step 10 run b2 --build-dir="C:\Program Files\boost_1_67_0\build" --prefix="C:\Program Files\boost" toolset=gcc install

提交回复
热议问题