Last active
August 29, 2015 14:11
-
-
Save romanlarionov/23ed26ad6964ad8dfce7 to your computer and use it in GitHub Desktop.
PCL Compile Instructions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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