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=2icon-default.png?t=N7T8https://github.com/PointCloudLibrary/pcl/releases?page=2

Find your version: pcl-1.9.1

 Then click Assets, and download the source code.zip

2. unzip source_code.zip

3. cd source_code

4.

mkdir build && cd build

5. 

cmake ..

6.

make -j2 && sudo make install

7. 

please enter into /usr/local/include

the pcl-1.9 can be found here.

相关推荐

  1. Ubuntu1804下如何切换python版本

    2024-01-18 08:04:04       57 阅读
  2. Ubuntu 1804 And Above Coredump Settings

    2024-01-18 08:04:04       55 阅读
  3. codeforces 1904B

    2024-01-18 08:04:04       59 阅读
  4. ubuntu1404安装dockerce

    2024-01-18 08:04:04       39 阅读
  5. LeetCode 1084, 135, 21

    2024-01-18 08:04:04       40 阅读
  6. 【7.29-1800

    2024-01-18 08:04:04       24 阅读
  7. KY104 Pre-Post

    2024-01-18 08:04:04       64 阅读
  8. MCU PAN184 说明书

    2024-01-18 08:04:04       40 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-01-18 08:04:04       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-01-18 08:04:04       101 阅读
  3. 在Django里面运行非项目文件

    2024-01-18 08:04:04       82 阅读
  4. Python语言-面向对象

    2024-01-18 08:04:04       91 阅读

热门阅读

  1. 编程笔记 html5&css&js 042 CSS颜色

    2024-01-18 08:04:04       46 阅读
  2. 实现Jenkins Master和Agent的动态绑定

    2024-01-18 08:04:04       53 阅读
  3. 【温故而知新】HTML5存储localStorage/sessionStorage

    2024-01-18 08:04:04       60 阅读
  4. 【温故而知新】HTML5的Video/Audio

    2024-01-18 08:04:04       54 阅读
  5. spark sql实践开发后端引擎

    2024-01-18 08:04:04       49 阅读
  6. 【Leetcode】2744. 最大字符串配对数目

    2024-01-18 08:04:04       57 阅读
  7. Spark—shell,Hbase—shell

    2024-01-18 08:04:04       48 阅读