I've built
- Eigen3.2.10
- OpenCV2.4.13
- Ceres Solver 1.11.0
- CGAL 4.9
- Boost 1.62.0
- VCG
The built all folders are in C:\develop .
I opend cmd.exe and executed
git clone https://github.com/cdcseacave/openMVS.git src
at C:\develop .
next I executed
mkdir build
cd build
and
cmake . ../src -DCMAKE_BUILD_TYPE=RELEASE -DEIGEN_DIR="../develop/eigen-3.2.10" -DOPENCV_DIR="../develop/opencv-2.4.13" -DCERES_DIR="../develop/ceres-solver-1.11.0" -DCGAL_DIR="../develop/cgal-4.9" -DVCG_DIR="../develop/vcglib-1.0.0"
There were two errors
・CMake Error at C:/Program Files/CMake/share/cmake-3.7/Modules/FindBoost.cmake:1793
・CMake Error at CMakeLists.txt:106
What steps should I should take?