[已解决]Error at src/cmake_install.cmake:45 (file): file INSTALL cannot find /build/src/doc".

问题描述:
在编译安装alicevision时遇到许多问题,在不断地调试解决后,它终于编译成功了,在编译的时候心都是揪着的,在键盘里敲下sudo make install,在满怀希望与兴奋,期盼着最终的胜利的果实时,它!居然安装失败了!

CMake Error at src/cmake_install.cmake:45 (file):
  file INSTALL cannot find
  "/home/ning/software/AliceVision/AliceVision/build/src/doc".
Call Stack (most recent call first):
  cmake_install.cmake:51 (include)

查看出问题的地方/build/src/cmake_install.cmake

if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/aliceVision" TYPE DIRECTORY FILES "/home/ning/software/AliceVision/AliceVision/build/src/doc")
endif()

看到这个就笑了,嘿嘿嘿,只是将doc安装到share文件夹内,这个share文件夹的用处在于不同用户间分享数据,嘿嘿嘿,这就好解决了 ,将这一段代码块注释掉就好,重新安装,成功!
安装成功后会显示

-- Set runtime path of "/usr/local/lib/libaliceVision_image.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_numeric.so.2.2
-- Installing: /usr/local/lib/libaliceVision_numeric.so.2
-- Installing: /usr/local/lib/libaliceVision_numeric.so
-- Set runtime path of "/usr/local/lib/libaliceVision_numeric.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_system.so.2.2
-- Installing: /usr/local/lib/libaliceVision_system.so.2
-- Installing: /usr/local/lib/libaliceVision_system.so
-- Set runtime path of "/usr/local/lib/libaliceVision_system.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_colorHarmonization.so.2.2
-- Installing: /usr/local/lib/libaliceVision_colorHarmonization.so.2
-- Installing: /usr/local/lib/libaliceVision_colorHarmonization.so
-- Set runtime path of "/usr/local/lib/libaliceVision_colorHarmonization.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_dataio.so.2.2
-- Installing: /usr/local/lib/libaliceVision_dataio.so.2
-- Installing: /usr/local/lib/libaliceVision_dataio.so
-- Set runtime path of "/usr/local/lib/libaliceVision_dataio.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_feature.so.2.2
-- Installing: /usr/local/lib/libaliceVision_feature.so.2
-- Installing: /usr/local/lib/libaliceVision_feature.so
-- Set runtime path of "/usr/local/lib/libaliceVision_feature.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_geometry.so.2.2
-- Installing: /usr/local/lib/libaliceVision_geometry.so.2
-- Installing: /usr/local/lib/libaliceVision_geometry.so
-- Set runtime path of "/usr/local/lib/libaliceVision_geometry.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_gpu.so.2.2
-- Installing: /usr/local/lib/libaliceVision_gpu.so.2
-- Installing: /usr/local/lib/libaliceVision_gpu.so
-- Set runtime path of "/usr/local/lib/libaliceVision_gpu.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_keyframe.so.2.2
-- Installing: /usr/local/lib/libaliceVision_keyframe.so.2
-- Installing: /usr/local/lib/libaliceVision_keyframe.so
-- Set runtime path of "/usr/local/lib/libaliceVision_keyframe.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_lInftyComputerVision.so.2.2
-- Installing: /usr/local/lib/libaliceVision_lInftyComputerVision.so.2
-- Installing: /usr/local/lib/libaliceVision_lInftyComputerVision.so
-- Set runtime path of "/usr/local/lib/libaliceVision_lInftyComputerVision.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_localization.so.2.2
-- Installing: /usr/local/lib/libaliceVision_localization.so.2
-- Installing: /usr/local/lib/libaliceVision_localization.so
-- Set runtime path of "/usr/local/lib/libaliceVision_localization.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_matching.so.2.2
-- Installing: /usr/local/lib/libaliceVision_matching.so.2
-- Installing: /usr/local/lib/libaliceVision_matching.so
-- Set runtime path of "/usr/local/lib/libaliceVision_matching.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_kvld.so.2.2
-- Installing: /usr/local/lib/libaliceVision_kvld.so.2
-- Installing: /usr/local/lib/libaliceVision_kvld.so
-- Set runtime path of "/usr/local/lib/libaliceVision_kvld.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_matchingImageCollection.so.2.2
-- Installing: /usr/local/lib/libaliceVision_matchingImageCollection.so.2
-- Installing: /usr/local/lib/libaliceVision_matchingImageCollection.so
-- Set runtime path of "/usr/local/lib/libaliceVision_matchingImageCollection.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_multiview.so.2.2
-- Installing: /usr/local/lib/libaliceVision_multiview.so.2
-- Installing: /usr/local/lib/libaliceVision_multiview.so
-- Set runtime path of "/usr/local/lib/libaliceVision_multiview.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_multiview_test_data.so.2.2
-- Installing: /usr/local/lib/libaliceVision_multiview_test_data.so.2
-- Installing: /usr/local/lib/libaliceVision_multiview_test_data.so
-- Set runtime path of "/usr/local/lib/libaliceVision_multiview_test_data.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_rig.so.2.2
-- Installing: /usr/local/lib/libaliceVision_rig.so.2
-- Installing: /usr/local/lib/libaliceVision_rig.so
-- Set runtime path of "/usr/local/lib/libaliceVision_rig.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_sensorDB.so.2.2
-- Installing: /usr/local/lib/libaliceVision_sensorDB.so.2
-- Installing: /usr/local/lib/libaliceVision_sensorDB.so
-- Set runtime path of "/usr/local/lib/libaliceVision_sensorDB.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/share/aliceVision/cameraSensors.db
-- Installing: /usr/local/lib/libaliceVision_sfm.so.2.2
-- Installing: /usr/local/lib/libaliceVision_sfm.so.2
-- Installing: /usr/local/lib/libaliceVision_sfm.so
-- Set runtime path of "/usr/local/lib/libaliceVision_sfm.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_sfmData.so.2.2
-- Installing: /usr/local/lib/libaliceVision_sfmData.so.2
-- Installing: /usr/local/lib/libaliceVision_sfmData.so
-- Set runtime path of "/usr/local/lib/libaliceVision_sfmData.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_sfmDataIO.so.2.2
-- Installing: /usr/local/lib/libaliceVision_sfmDataIO.so.2
-- Installing: /usr/local/lib/libaliceVision_sfmDataIO.so
-- Set runtime path of "/usr/local/lib/libaliceVision_sfmDataIO.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_track.so.2.2
-- Installing: /usr/local/lib/libaliceVision_track.so.2
-- Installing: /usr/local/lib/libaliceVision_track.so
-- Set runtime path of "/usr/local/lib/libaliceVision_track.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_voctree.so.2.2
-- Installing: /usr/local/lib/libaliceVision_voctree.so.2
-- Installing: /usr/local/lib/libaliceVision_voctree.so
-- Set runtime path of "/usr/local/lib/libaliceVision_voctree.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_hdr.so.2.2
-- Installing: /usr/local/lib/libaliceVision_hdr.so.2
-- Installing: /usr/local/lib/libaliceVision_hdr.so
-- Set runtime path of "/usr/local/lib/libaliceVision_hdr.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_lightingEstimation.so.2.2
-- Installing: /usr/local/lib/libaliceVision_lightingEstimation.so.2
-- Installing: /usr/local/lib/libaliceVision_lightingEstimation.so
-- Set runtime path of "/usr/local/lib/libaliceVision_lightingEstimation.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_mesh.so.2.2
-- Installing: /usr/local/lib/libaliceVision_mesh.so.2
-- Installing: /usr/local/lib/libaliceVision_mesh.so
-- Set runtime path of "/usr/local/lib/libaliceVision_mesh.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_mvsData.so.2.2
-- Installing: /usr/local/lib/libaliceVision_mvsData.so.2
-- Installing: /usr/local/lib/libaliceVision_mvsData.so
-- Set runtime path of "/usr/local/lib/libaliceVision_mvsData.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_mvsUtils.so.2.2
-- Installing: /usr/local/lib/libaliceVision_mvsUtils.so.2
-- Installing: /usr/local/lib/libaliceVision_mvsUtils.so
-- Set runtime path of "/usr/local/lib/libaliceVision_mvsUtils.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_fuseCut.so.2.2
-- Installing: /usr/local/lib/libaliceVision_fuseCut.so.2
-- Installing: /usr/local/lib/libaliceVision_fuseCut.so
-- Set runtime path of "/usr/local/lib/libaliceVision_fuseCut.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/lib/libaliceVision_depthMap.so.2.2
-- Installing: /usr/local/lib/libaliceVision_depthMap.so.2
-- Installing: /usr/local/lib/libaliceVision_depthMap.so
-- Set runtime path of "/usr/local/lib/libaliceVision_depthMap.so.2.2" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_cameraInit-2.0
-- Installing: /usr/local/bin/aliceVision_cameraInit
-- Set runtime path of "/usr/local/bin/aliceVision_cameraInit-2.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_featureExtraction-1.0
-- Installing: /usr/local/bin/aliceVision_featureExtraction
-- Set runtime path of "/usr/local/bin/aliceVision_featureExtraction-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_imageMatching-1.0
-- Installing: /usr/local/bin/aliceVision_imageMatching
-- Set runtime path of "/usr/local/bin/aliceVision_imageMatching-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_featureMatching-2.0
-- Installing: /usr/local/bin/aliceVision_featureMatching
-- Set runtime path of "/usr/local/bin/aliceVision_featureMatching-2.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_incrementalSfM-2.1
-- Installing: /usr/local/bin/aliceVision_incrementalSfM
-- Set runtime path of "/usr/local/bin/aliceVision_incrementalSfM-2.1" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_globalSfM-1.0
-- Installing: /usr/local/bin/aliceVision_globalSfM
-- Set runtime path of "/usr/local/bin/aliceVision_globalSfM-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_panoramaEstimation-1.0
-- Installing: /usr/local/bin/aliceVision_panoramaEstimation
-- Set runtime path of "/usr/local/bin/aliceVision_panoramaEstimation-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_panoramaWarping-1.0
-- Installing: /usr/local/bin/aliceVision_panoramaWarping
-- Set runtime path of "/usr/local/bin/aliceVision_panoramaWarping-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_panoramaCompositing-1.0
-- Installing: /usr/local/bin/aliceVision_panoramaCompositing
-- Set runtime path of "/usr/local/bin/aliceVision_panoramaCompositing-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_panoramaExternalInfo-2.0
-- Installing: /usr/local/bin/aliceVision_panoramaExternalInfo
-- Set runtime path of "/usr/local/bin/aliceVision_panoramaExternalInfo-2.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_cameraDownscale-2.0
-- Installing: /usr/local/bin/aliceVision_cameraDownscale
-- Set runtime path of "/usr/local/bin/aliceVision_cameraDownscale-2.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_computeStructureFromKnownPoses-1.0
-- Installing: /usr/local/bin/aliceVision_computeStructureFromKnownPoses
-- Set runtime path of "/usr/local/bin/aliceVision_computeStructureFromKnownPoses-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_rigCalibration-1.0
-- Installing: /usr/local/bin/aliceVision_rigCalibration
-- Set runtime path of "/usr/local/bin/aliceVision_rigCalibration-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_cameraLocalization-1.0
-- Installing: /usr/local/bin/aliceVision_cameraLocalization
-- Set runtime path of "/usr/local/bin/aliceVision_cameraLocalization-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_rigLocalization-1.0
-- Installing: /usr/local/bin/aliceVision_rigLocalization
-- Set runtime path of "/usr/local/bin/aliceVision_rigLocalization-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_prepareDenseScene-2.0
-- Installing: /usr/local/bin/aliceVision_prepareDenseScene
-- Set runtime path of "/usr/local/bin/aliceVision_prepareDenseScene-2.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_depthMapEstimation-2.0
-- Installing: /usr/local/bin/aliceVision_depthMapEstimation
-- Set runtime path of "/usr/local/bin/aliceVision_depthMapEstimation-2.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_depthMapFiltering-2.0
-- Installing: /usr/local/bin/aliceVision_depthMapFiltering
-- Set runtime path of "/usr/local/bin/aliceVision_depthMapFiltering-2.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_meshing-3.0
-- Installing: /usr/local/bin/aliceVision_meshing
-- Set runtime path of "/usr/local/bin/aliceVision_meshing-3.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_meshDenoising-1.0
-- Installing: /usr/local/bin/aliceVision_meshDenoising
-- Set runtime path of "/usr/local/bin/aliceVision_meshDenoising-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_meshDecimate-1.0
-- Installing: /usr/local/bin/aliceVision_meshDecimate
-- Set runtime path of "/usr/local/bin/aliceVision_meshDecimate-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_meshFiltering-3.0
-- Installing: /usr/local/bin/aliceVision_meshFiltering
-- Set runtime path of "/usr/local/bin/aliceVision_meshFiltering-3.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_meshResampling-1.0
-- Installing: /usr/local/bin/aliceVision_meshResampling
-- Set runtime path of "/usr/local/bin/aliceVision_meshResampling-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_texturing-3.0
-- Installing: /usr/local/bin/aliceVision_texturing
-- Set runtime path of "/usr/local/bin/aliceVision_texturing-3.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_convertSfMFormat-2.0
-- Installing: /usr/local/bin/aliceVision_convertSfMFormat
-- Set runtime path of "/usr/local/bin/aliceVision_convertSfMFormat-2.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_convertFloatDescriptorToUchar-1.0
-- Installing: /usr/local/bin/aliceVision_convertFloatDescriptorToUchar
-- Set runtime path of "/usr/local/bin/aliceVision_convertFloatDescriptorToUchar-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_convertRAW-1.0
-- Installing: /usr/local/bin/aliceVision_convertRAW
-- Set runtime path of "/usr/local/bin/aliceVision_convertRAW-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_convertLDRToHDR-0.1
-- Installing: /usr/local/bin/aliceVision_convertLDRToHDR
-- Set runtime path of "/usr/local/bin/aliceVision_convertLDRToHDR-0.1" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_exportKeypoints-1.0
-- Installing: /usr/local/bin/aliceVision_exportKeypoints
-- Set runtime path of "/usr/local/bin/aliceVision_exportKeypoints-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_exportMatches-1.0
-- Installing: /usr/local/bin/aliceVision_exportMatches
-- Set runtime path of "/usr/local/bin/aliceVision_exportMatches-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_exportTracks-1.0
-- Installing: /usr/local/bin/aliceVision_exportTracks
-- Set runtime path of "/usr/local/bin/aliceVision_exportTracks-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_exportPMVS-1.0
-- Installing: /usr/local/bin/aliceVision_exportPMVS
-- Set runtime path of "/usr/local/bin/aliceVision_exportPMVS-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_exportColoredPointCloud-1.0
-- Installing: /usr/local/bin/aliceVision_exportColoredPointCloud
-- Set runtime path of "/usr/local/bin/aliceVision_exportColoredPointCloud-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_exportMVE2-1.0
-- Installing: /usr/local/bin/aliceVision_exportMVE2
-- Set runtime path of "/usr/local/bin/aliceVision_exportMVE2-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_exportMeshlab-1.0
-- Installing: /usr/local/bin/aliceVision_exportMeshlab
-- Set runtime path of "/usr/local/bin/aliceVision_exportMeshlab-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_exportMVSTexturing-1.0
-- Installing: /usr/local/bin/aliceVision_exportMVSTexturing
-- Set runtime path of "/usr/local/bin/aliceVision_exportMVSTexturing-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_exportMatlab-1.0
-- Installing: /usr/local/bin/aliceVision_exportMatlab
-- Set runtime path of "/usr/local/bin/aliceVision_exportMatlab-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_exportCameraFrustums-1.0
-- Installing: /usr/local/bin/aliceVision_exportCameraFrustums
-- Set runtime path of "/usr/local/bin/aliceVision_exportCameraFrustums-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_utils_voctreeCreation-1.0
-- Installing: /usr/local/bin/aliceVision_utils_voctreeCreation
-- Set runtime path of "/usr/local/bin/aliceVision_utils_voctreeCreation-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_utils_voctreeQueryUtility-1.0
-- Installing: /usr/local/bin/aliceVision_utils_voctreeQueryUtility
-- Set runtime path of "/usr/local/bin/aliceVision_utils_voctreeQueryUtility-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_utils_voctreeStatistics-1.0
-- Installing: /usr/local/bin/aliceVision_utils_voctreeStatistics
-- Set runtime path of "/usr/local/bin/aliceVision_utils_voctreeStatistics-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_utils_frustumFiltering-1.0
-- Installing: /usr/local/bin/aliceVision_utils_frustumFiltering
-- Set runtime path of "/usr/local/bin/aliceVision_utils_frustumFiltering-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_utils_qualityEvaluation-1.0
-- Installing: /usr/local/bin/aliceVision_utils_qualityEvaluation
-- Set runtime path of "/usr/local/bin/aliceVision_utils_qualityEvaluation-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_utils_sfmAlignment-1.0
-- Installing: /usr/local/bin/aliceVision_utils_sfmAlignment
-- Set runtime path of "/usr/local/bin/aliceVision_utils_sfmAlignment-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_utils_sfmTransfer-1.0
-- Installing: /usr/local/bin/aliceVision_utils_sfmTransfer
-- Set runtime path of "/usr/local/bin/aliceVision_utils_sfmTransfer-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_utils_sfmTransform-1.0
-- Installing: /usr/local/bin/aliceVision_utils_sfmTransform
-- Set runtime path of "/usr/local/bin/aliceVision_utils_sfmTransform-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_utils_sfmColorHarmonize-1.0
-- Installing: /usr/local/bin/aliceVision_utils_sfmColorHarmonize
-- Set runtime path of "/usr/local/bin/aliceVision_utils_sfmColorHarmonize-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_utils_sfmLocalization-1.0
-- Installing: /usr/local/bin/aliceVision_utils_sfmLocalization
-- Set runtime path of "/usr/local/bin/aliceVision_utils_sfmLocalization-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_utils_keyframeSelection-2.0
-- Installing: /usr/local/bin/aliceVision_utils_keyframeSelection
-- Set runtime path of "/usr/local/bin/aliceVision_utils_keyframeSelection-2.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_utils_split360Images-1.0
-- Installing: /usr/local/bin/aliceVision_utils_split360Images
-- Set runtime path of "/usr/local/bin/aliceVision_utils_split360Images-1.0" to "$ORIGIN/../lib:$ORIGIN"
-- Installing: /usr/local/bin/aliceVision_utils_fisheyeProjection-1.0
-- Installing: /usr/local/bin/aliceVision_utils_fisheyeProjection
-- Set runtime path of "/usr/local/bin/aliceVision_utils_fisheyeProjection-1.0" to "$ORIGIN/../lib:$ORIGIN"

要添加环境变量,所以将这个/usr/local添加至环境变量就好啦~
大功告成!!!
提示:
编译安装alicevision时,会遇到各种各样的问题,不要急,要耐着性子,因为依赖比较多,所以缺什么就安装什么就可以了,如果安装好后还是有问题,那就是版本不对,更换要安装的版本就可以,祝大家都可以顺利安装alicevision

  • 6
    点赞
  • 10
    收藏
    觉得还不错? 一键收藏
  • 3
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值