环境安装配置
(一)mesh2plane1、安装opencv3.42、安装CGAL3、安装gcc-9, g++-9
(一)mesh2plane
1、安装opencv3.4
2、安装CGAL
CGAL源码安装
3、安装gcc-9, g+±9
apt-get update
apt-get upgrade
apt-get install gcc-9
apt-get install g++-9
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 100
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-9 100
查看gcc, g++版本
gcc --version
g++ --version