From 849788263aac3bc7c4c67b6b909698686abe058a Mon Sep 17 00:00:00 2001 From: LGD-Fr Date: Tue, 21 Apr 2015 11:27:28 +0000 Subject: [PATCH] ajout Installation PCL --- Installation de PCL.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Installation de PCL.md diff --git a/Installation de PCL.md b/Installation de PCL.md new file mode 100644 index 0000000..5866c16 --- /dev/null +++ b/Installation de PCL.md @@ -0,0 +1,21 @@ +# Avec le PPA # + +``` +#!sh + +sudo add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl +sudo apt-get update +sudo apt-get install libpcl-all +``` + +# Alternative # + + +``` +#!sh + +sudo add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl +sudo apt-get update +sudo apt-get install libpcl-all +``` +cf. [doc PointCloud](http://www.pointclouds.org/downloads/linux.html)