[Ves] building without superbuild
Pat Marion
pat.marion at kitware.com
Tue Jun 25 19:36:24 EDT 2013
>From the build directory, just run:
make ves-android/fast
or
cd CMakeExternals/Build/ves-android
make
To rebuild ves for iOS, it's a bit more complicated because you need to
regenerate the framework, which means compiling both the simulator and ios
library, then rebuild the framework:
make ves-ios-device/fast && make ves-ios-simular/fast && make
kiwi-framework/fast
If you don't include the /fast option, then cmake will check all
dependencies, including VTK, which is what you are trying to avoid.
Pat
On Tue, Jun 25, 2013 at 7:32 PM, James Fremen <james_fremen at yahoo.com>wrote:
> hi..
>
> This is probably a dumb question, but I would like to build the external
> dependencies once then make changes to some of the VES code and rebuild it
> for IOS, Android, and/or OSX without spending time checking whether VTK,
> Eigen or any other external dependency needs updating. Is there a good way
> to build local changes for an arbitrary platform ASAP?
>
> thanks!
>
> _______________________________________________
> Ves mailing list
> Ves at public.kitware.com
> http://public.kitware.com/cgi-bin/mailman/listinfo/ves
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/ves/attachments/20130625/47003976/attachment-0001.html>
More information about the Ves
mailing list