I want to pack the VTK framework inside my App like a .framework bundle in OSX.
Is it possible to do so? If yes, please help me to do it.
I have downloaded the source of latest release 5.10.1
Please help me.
I want to pack the VTK framework inside my App like a .framework bundle in OSX.
Is it possible to do so? If yes, please help me to do it.
I have downloaded the source of latest release 5.10.1
Please help me.
Yes, it is possible. Bundle is just a directory with some defined structure. See Framework Programming Guide for the details.