Linux上用snap安裝
摘取Linux下安裝的說明
Now thanks to Alberto Mardegan (and Romain Janvier), there is a “universal” snap package for Linux.
On Ubuntu, starting from version 16.04 it’s as simple as typing “snap install cloudcompare”.
On other distributions, you may need to install snap first (please refer to the corresponding documentation if necessary).
Snaps are published in 3 channels: “stable”, “beta”, and “edge”.
The “stable” and the “beta” channel deliver the latest stable and beta versions of CloudCompare while “edge” delivers nightly builds and may eat your laundry. You can switch at any time between these three channels by launching “sudo snap refresh –” in your terminal.
根據你的需求來選,或者不用選,和我一樣直接
sudo snap install cloudcompare
cloudcompare 2.10.1 from Daniel Girardeau-Montaut(cloudcompare) installed
啟動方法
cloudcompare.ccViewer
cloudcompare.CloudCompare
從源碼編譯
也可以選擇從源碼編譯,這裡參考[1],我自己沒用這個方法,當然git上的Build.md更詳細
git clone --recursive https://github.com/cloudcompare/trunk.git
cd trunk
mkdir build
cd build
cmake ..
make -j8
sudo make install
https://blog.csdn.net/qq_15262755/article/details/91722501
CloudCompare--簡單的使用方法
https://www.cnblogs.com/yibeimingyue/p/11107741.html