willperkins / pcl-superbuild

cmake scripts for cross compiling PointCloudLibrary and its dependencies on Android and iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMake build scripts for cross compiling PCL and its dependencies for Android and iOS.

Building for iOS

$ mkdir build && cd build
$ cmake ..
$ make -j4

Requirements

  • Android NDK, Revision 8d
  • Android SDK (unsure about specific version)

Building for Android

$ mkdir build && cd build
$ cmake -DBUILD_IOS_DEVICE:BOOL="OFF" ../
$ export ANDROID_NDK=${PATH_TO_ANDROID_NDK_R8}
$ make

About

cmake scripts for cross compiling PointCloudLibrary and its dependencies on Android and iOS


Languages

Language:CMake 96.6%Language:Ruby 1.9%Language:Shell 1.6%