我是靠谱客的博主 洁净煎饼,最近开发中收集的这篇文章主要介绍Ubuntu18.04 cloudcompare安装,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

cloudcompare官网

各系统安装在官网上都有说明

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.
根据你的需求来选,或者不用选,和我一样直接

snap install core
sudo snap install cloudcompare

出来结果是

cloudcompare 2.10.1 from Daniel Girardeau-Montaut(cloudcompare) installed

启动方法

在终端输入

#open pointcloud viewer
cloudcompare.ccViewer
#open the main software 
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

解决不能从移动硬盘读数据的问题

And to access removable media also connect the removable-media connection

snap connect cloudcompare:removable-media

参考
[1]https://blog.csdn.net/CSDN330/article/details/84992658
[2]http://blog.leanote.com/post/jinbin_tan@icloud.com/%E5%AE%89%E8%A3%85-cloudcompare
[3]https://github.com/CloudCompare/CloudCompare/issues/916#issuecomment-496235785

最后

以上就是洁净煎饼为你收集整理的Ubuntu18.04 cloudcompare安装的全部内容,希望文章能够帮你解决Ubuntu18.04 cloudcompare安装所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(37)

评论列表共有 0 条评论

立即
投稿
返回
顶部