How to manually install PCL on ubuntu 18.04

  1. Firstly, need to check which version pcl you need to install on your ubuntu system.

PCL download link:

https://github.com/PointCloudLibrary/pcl/releases?page=2https://github.com/PointCloudLibrary/pcl/releases?page=2

Find your version: pcl-1.9.1

Then click Assets, and download the source code.zip

  1. unzip source_code.zip

  2. cd source_code

复制代码
mkdir build && cd build
复制代码
cmake ..
复制代码
make -j2 && sudo make install

please enter into /usr/local/include

the pcl-1.9 can be found here.

相关推荐
groundhappy13 小时前
idalib安装和codex ida-mcp配置
linux·开发语言·python
通信小小昕13 小时前
Ubuntu 26.04 中文输入法安装
linux·运维·ubuntu
张小姐的猫15 小时前
【Linux】网络编程 —— HTTP协议(上)
linux·运维·服务器·网络·http·单例模式·策略模式
栩栩云生15 小时前
AI 写代码犯的错,早被写进了错题集
linux·安全·ai编程
CedarQR16 小时前
万字长文:从零在 RK3588 上部署 PaddleSpeech 中文 TTS 全流程(FastSpeech2 + HiFiGAN)
开发语言·c++·嵌入式硬件·ubuntu·json
imc.1116 小时前
linux基础IO
linux·运维·服务器
BelongPanda18 小时前
Linux Nginx 纯手动 Let‘s Encrypt 泛域名证书配置教程
linux·nginx
酷可达拉斯18 小时前
Linux操作系统-shell编程(0)
linux·运维·服务器·python·云计算
2301_7779983419 小时前
Linux中断机制:操作系统如何高效运行
linux·运维·服务器
yunwei3719 小时前
eBPF 教程:检查 exec 后真正安装的可执行镜像
linux·开源