Skip to content

Instantly share code, notes, and snippets.

@Kyungpyo-Kim
Created August 16, 2018 05:15
Show Gist options
  • Save Kyungpyo-Kim/41690858eb25c182d9b5b15b8a5c0673 to your computer and use it in GitHub Desktop.
Save Kyungpyo-Kim/41690858eb25c182d9b5b15b8a5c0673 to your computer and use it in GitHub Desktop.
PCL installation

PCL 1.7.2 and Ubuntu16.04 (use Debian package)

Install PCL Module.?

sudo apt-get update -y

sudo apt-get install build-essential devscripts

dget -u https://launchpad.net/ubuntu/+archive/primary/+files/pcl_1.7.2-14ubuntu1.16.04.1.dsc

cd pcl-1.7.2

sudo dpkg-buildpackage -r -uc -b ## takes 2~3 hours

sudo dpkg -i libpcl_*.deb
  • current add ppa (sudo add-apt-repository -remove ppa:v-launchpad-jochen-sprickerhof-de/pcl -y)

Reference here <https://launchpad.net/ubuntu/xenial/+package/pcl-tools>_.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment