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.

相关推荐
tntxia8 小时前
linux curl命令详解_curl详解
linux
扛枪的书生10 小时前
Linux 网络管理器用法速查
linux
顺风尿一寸13 小时前
Java Socket 内核之旅:从 SocketChannel.read() 到 tcp_recvmsg 与 epoll 的完整调用链路
linux
XIAOHEZIcode19 小时前
Ubuntu 终端美化全栈指南:Bash 到 Kitty 踩坑实录
linux·ubuntu·命令行
唐青枫21 小时前
别再只会用 cron:Linux systemd Timer 定时任务实战详解
linux
AlfredZhao3 天前
生产环境里,为什么不建议把普通端口直接暴露到公网?
linux·https·443·80
戴为沐4 天前
Linux内存扩容指南
linux
zylyehuo4 天前
Linux 彻底且安全地删除文件
linux
用户805533698035 天前
主线 U-Boot 上 RK3506:和闭源 rkbin 拔河的三个隐性契约
linux·嵌入式
用户034095297915 天前
linux fcitx 5 雾凇拼音 设置在中文输入法下仍然输入英文标点
linux