macOS安装编译pcl

macOS安装编译pcl

git clone git@github.com:PointCloudLibrary/pcl.git
cd pcl

brew install eigen

brew install boost

brew install flann

sudo cmake ..

sudo make -j8

sudo make install

posted @ 2023-03-15 18:42  Xu_Lin  阅读(49)  评论(0编辑  收藏  举报