1 changed files with 21 additions and 0 deletions
@ -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) |
|||
Loading…
Reference in new issue