Skip to content

Instantly share code, notes, and snippets.

@QuiteZeal
Created September 20, 2021 02:41
Show Gist options
  • Save QuiteZeal/6f72075b7872d084a98ac2e65a5700ec to your computer and use it in GitHub Desktop.
Save QuiteZeal/6f72075b7872d084a98ac2e65a5700ec to your computer and use it in GitHub Desktop.
Ubuntu20.04 Install PCL for Point Cloud's Dependency

Installation dependency

sudo apt-get update  
sudo apt-get install git build-essential linux-libc-dev
sudo apt-get install cmake cmake-gui
sudo apt-get install libusb-1.0-0-dev libusb-dev libudev-dev
sudo apt-get install mpi-default-dev openmpi-bin openmpi-common 
sudo apt-get install libflann1.9 libflann-dev
sudo apt-get install libeigen3-dev  You need to download the correct version and install it 
sudo apt-get install libboost-all-dev
sudo apt-get install libvtk7.1p-qt libvtk7.1p libvtk7-qt-dev
sudo apt-get install libqhull* libgtest-dev
sudo apt-get install freeglut3-dev pkg-config
sudo apt-get install libxmu-dev libxi-dev
sudo apt-get install mono-complete
sudo apt-get install openjdk-8-jdk openjdk-8-jre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment