patrikhuber / eos

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

Could not find Boost #338

Closed MAHMOUDRR707 closed 2 years ago

MAHMOUDRR707 commented 2 years ago

thanks for your great efforts but Is there any video or tutorial instead of Readme to show how to build and run the library I catch an error Could NOT find Boost (missing: Boost_INCLUDE_DIR system filesystem program_options) (Required is at least version "1.50.0")

patrikhuber commented 2 years ago

The error means exactly what it says. If you are trying to compile the examples, they require Boost. As the Readme recommends, I would advise using vcpkg. If you need help using vcpkg, they have a great Readme/documentation too. Unless you want to use the Python bindings, using the eos C++ library requires a slight bit of knowledge about C++ and building systems. You will probably need to invest a bit of time into learning.