写在前面:切记:没事不要随便动配置!不要随便删除东西!
1.在mac上安装parallel软件;
2.将ubuntu16.04的镜像文件拷贝到空u盘中;
3.打开parallel通过镜像文件安装,选择u盘中的镜像文件安装。
4.安装pcl、opencv相关库。
4.1 PCL:
https://larrylisky.com/2016/11/03/point-cloud-library-on-ubuntu-16-04-lts/
4.2 OpenCV
https://larrylisky.com/2016/11/03/point-cloud-library-on-ubuntu-16-04-lts/
4.3 Liblas
sudo apt-get install liblas-dev
4.4 tbb
下载tbb源码:https://github.com/01org/tbb/releases
编译方法:https://blog.youkuaiyun.com/CYBEREXP2008/article/details/8116603