How to use Boost in Visual Studio 2010

后端 未结 13 1244
情歌与酒
情歌与酒 2020-11-22 07:14

What is a good step by step explanation on how to use the Boost library in an empty project in Visual Studio?

13条回答
  •  春和景丽
    2020-11-22 07:14

    Also a little note: If you want to reduce the compilation-time, you can add the flag

    -j2

    to run two parallel builds at the same time. This might reduce it to viewing one movie ;)

提交回复
热议问题