我正在嘗試在Ubuntu(64位)上編譯用於OpenCV的PCL。編譯用於OpenCV的PCL
我遵循官方website的說明。
當我做了「使」,我得到以下錯誤:
Linking CXX executable ../../bin/pcl_example_extract_clusters_normals
/usr/bin/ld: cannot find -lpcl_visualization
collect2: ld returned 1 exit status
make[2]: *** [bin/pcl_example_extract_clusters_normals] Error 1
make[1]: *** [examples/segmentation/CMakeFiles/pcl_example_extract_clusters_normals.dir/all] Error 2
make: *** [all] Error 2
請幫我想出解決辦法。