美文网首页
lastools centos

lastools centos

作者: hehehehe | 来源:发表于2023-10-24 13:50 被阅读0次

g++升级

sudo yum install centos-release-scl
sudo yum install devtoolset-8
scl enable devtoolset-8 bash
g++ --version


vim  ~/.bashrc
source scl_source enable devtoolset-8
source ~/.bashrc

cmake 升级

yum install -y epel-release
yum install -y cmake3
[root@c82537865a3c /]# cmake3 --version
cmake3 version 3.17.5

wget https://github.com/LAStools/LAStools/archive/refs/tags/v2.0.2.tar.gz
tar -zxvf v2.0.2.tar.gz
cd LAStools-2.0.2/
cmake3 . -DBUILD_SHARED_LIBS=ON
make -j8

相关文章

网友评论

      本文标题:lastools centos

      本文链接:https://www.haomeiwen.com/subject/trcjidtx.html