There are a lot of problems with the configure.sh because some of the packages are actually broken and some doesn't even provided by the repo and lots of dependency issues.
but when building with cmake .. I get a error like this,
Make Warning at /usr/share/cmake-3.18/Modules/FindBoost.cmake:1187 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/share/cmake-3.18/Modules/FindBoost.cmake:1311 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.18/Modules/FindBoost.cmake:1919 (_Boost_MISSING_DEPENDENCIES)
libsrc/CMakeLists.txt:79 (find_package)
CMake Error at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:165 (message):
Could NOT find Boost (missing: filesystem) (found version "1.74.0")
Call Stack (most recent call first):
/usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:458 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.18/Modules/FindBoost.cmake:2177 (find_package_handle_standard_args)
libsrc/CMakeLists.txt:79 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/likdev/OpenFaceTracker/build/CMakeFiles/CMakeOutput.log".
There are a lot of problems with the configure.sh because some of the packages are actually broken and some doesn't even provided by the repo and lots of dependency issues.
but when building with
cmake ..I get a error like this,