aashish24 / ves

Kitware VES fork
http://www.vtk.org/Wiki/VES
Other
15 stars 13 forks source link

Can't generate frameworks [iOS] #2

Open GabePires opened 9 years ago

GabePires commented 9 years ago

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

joeblau commented 8 years ago

I found the precompiled frameworks here: https://packages.kitware.com/packages/application/view?applicationId=14

lironesamoun commented 8 years ago

Any update from this framework with the new version of PCL and VTK ?

joeblau commented 8 years ago

I ended up giving up on this and just using iOS native rendering using SceneKit.