patmarion / pcl-superbuild

cmake scripts for cross compilg pcl and its dependencies on Android and iOS
42 stars 40 forks source link

pcl-superbuild #1

Open Yuzhijie opened 11 years ago

Yuzhijie commented 11 years ago

Hi am new to PCL , just wanted to try out the pcl ios device application. Got the superbuild link from $ git clone git://github.com/patmarion/pcl-superbuild.git. I tried $ cmake . $ make

but the process exits saying lpcl-visualization library not found. Can any one sugest me the right process for super build .

Yuzhijie commented 11 years ago

Hi am new to PCL , just wanted to try out the pcl ios device application. Got the superbuild link from $ git clone git://github.com/patmarion/pcl-superbuild.git. I tried modified setup-project-variables.cmake.cmake

option(BUILD_ANDROID "Build for Android" ON) to option(BUILD_ANDROID "Build for Android" OFF) . $ cmake . $ make -j4

but the process exits saying lpcl-visualization library not found. Can any one sugest me the right process for super build .

ghost commented 11 years ago

I have successfully built and run VTK, VES, and Kiwi iOS App. But I am struggling to build and run the HelloPCL iOS App.

I have cloned the pcl-superbuild and using the same setup on OSX as for the VTK/VES superbuild I have run:

cmake . make -j4

in the pcl-superbuild directory, after a 20-30 minutes the build completed but I don't know how to validate that PCL and all dependencies were built for iOS, I can't find any static libraries under the plc-superbuild directory tree

Can someone provide the actual build steps to run once the git repo has been cloned and where the static iOS libraries should be created if the build completes successfully

TIA