Open GabePires opened 9 years ago
I found the precompiled frameworks here: https://packages.kitware.com/packages/application/view?applicationId=14
Any update from this framework with the new version of PCL and VTK ?
I ended up giving up on this and just using iOS native rendering using SceneKit.
After following these instructions, the xcode project still doesn't build, saying "vesKiwiViewerApp.h file not found"
In addition, this directory:/CMakeExternals/Install/frameworks ./frameworks
doesn't exist.
Instructions I followed: 1) Create a build directory: $ mkdir
2) From the build directory, configure the superbuild with cmake: $ cd
$ cmake -DVES_IOS_SUPERBUILD=1
3) Compile the project: $ make -j4
4) Create a symlink: $ ln -s/CMakeExternals/Install/frameworks ./frameworks