You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

3 lines
223 B

cmake ../openMVS -DCMAKE_BUILD_TYPE=RelWithDebInfo -DVCG_ROOT="/home/algo/Documents/openMVS/vcglib/" -DEIGEN3_INCLUDE_DIR=/usr/local/include/eigen3 -DCGAL_DATA_DIR=/usr/share/CGAL
cmake --build . -j8
sudo cmake --install .