How to build Boost 1.55 with Visual Studio 2013?

前端 未结 5 1362
情深已故
情深已故 2021-02-15 12:43

I\'m trying to build Boost 1.55 with Visual Studio 2013.

1) I tried to use boost-binaries (boost-binaries), but Visual Studio wrote about the error, when I tried to comp

5条回答
  •  轮回少年
    2021-02-15 13:09

    Building boost library is really headache. So thats what i found and get ride of it that problem;

    I had the same error and i followed the SourceForge. The link will take you to a folder of zipped lib and dll files for version of boost.You can download and unzip related library and when copied it to the related location everything gonna be alright ;)

    Using 2010 or 2012 configuration in your project file will be better. As I know 2013 is not convenient for 1.55 yet.

提交回复
热议问题