Advertisement
Guest User

stuff to paste

a guest
Apr 19th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.64 KB | None | 0 0
  1.  
  2. # Steps to install Voxel Viewer and develop using the VoxelSDK
  3. sudo apt-get install doxygen graphviz
  4. sudo add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl
  5. sudo apt-get update
  6. sudo apt-get install libpcl-all
  7. sudo apt-get install libusb-1.0-0-dev libudev-dev linux-libc-dev
  8. # download https://github.com/3dtof/voxelsdk/releases and then inside of the directory run:
  9. mkdir libvoxel
  10. cd libvoxel
  11. tar -xvzf ../libvoxel-X.Y.Z-all.tgz
  12. sudo dpkg -i libvoxel*.deb libti3dtof*.deb
  13. # You can do this outside the directory
  14. sudo apt-get install eigen3
  15. sudo apt install libcanberra-gtk-module libcanberra-gtk3-module
  16. sudo apt-get install swig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement