patrikhuber / eos

A lightweight 3D Morphable Face Model library in modern C++
Apache License 2.0
1.91k stars 597 forks source link

LINK2014 error #209

Closed yyssmm closed 6 years ago

yyssmm commented 6 years ago

When I just run the fit-model.cpp with vs2017, it has the following error: 错误 LNK1104 无法打开文件“libboost_filesystem-vc110-mt-1_50.lib”. Would you please tell what is wrong with it and how I can solve it. Thank you very much!!!

patrikhuber commented 6 years ago

It looks like you're trying to use boost for vc110, which is 2012 or 2010 or something like that. I recommend that you use vcpkg for the dependencies if you want to run the eos examples, it'll make your life a bit easier.