Skip to content

Instantly share code, notes, and snippets.

@romanlarionov
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romanlarionov/23ed26ad6964ad8dfce7 to your computer and use it in GitHub Desktop.
Save romanlarionov/23ed26ad6964ad8dfce7 to your computer and use it in GitHub Desktop.
PCL Compile Instructions
* Remember to install NDK and create a standalone toolchain from that *
https://gist.github.com/Tydus/11109634
* Remember to add in install of OpenGL dev headers on Ubuntu *
``` bash
$ sudo apt-get install libpng-dev libjpeg-dev libxxf86vm1 libxxf86vm-dev libxi-dev libxrandr-dev
$ sudo apt-get install mesa-common-dev
$ sudo apt-get install libpthread-stubs0-dev libgl1-mesa-dev libx11-dev libxrandr-dev libfreetype6-dev libglew1.5-dev libjpeg8-dev libsndfile1-dev libopenal-dev
```
* Remember to change cmake file for VTK that doesnt process Ubuntu GCC version *
https://github.com/Kitware/VTK/blob/aa13f3d110b3f31fb5f36e2c7d0fc6012743265f/CMake/vtkCompilerExtras.cmake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment