No subject


Wed Apr 10 07:51:04 EDT 2013


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
>
>

--bcaec52becf980ef7904e003007c
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><div><div>From the build directory, just run:<br><br>=
make ves-android/fast<br><br></div>or<br><br></div>cd CMakeExternals/Build/=
ves-android<br>make<br><br></div><div>To rebuild ves for iOS, it&#39;s a bi=
t more complicated because you need to regenerate the framework, which mean=
s compiling both the simulator and ios library, then rebuild the framework:=
<br>

<br>make ves-ios-device/fast &amp;&amp; make ves-ios-simular/fast &amp;&amp=
; make kiwi-framework/fast<br><br></div><div>If you don&#39;t include the /=
fast option, then cmake will check all dependencies, including VTK, which i=
s what you are trying to avoid.<br>

</div><div><br></div>Pat<br></div><div class=3D"gmail_extra"><br><br><div c=
lass=3D"gmail_quote">On Tue, Jun 25, 2013 at 7:32 PM, James Fremen <span di=
r=3D"ltr">&lt;<a href=3D"mailto:james_fremen at yahoo.com" target=3D"_blank">j=
ames_fremen at yahoo.com</a>&gt;</span> wrote:<br>

<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex"><table border=3D"0" cellpadding=3D"0" cellsp=
acing=3D"0"><tbody><tr><td valign=3D"top"><div>hi..<br><br>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 e=
xternal dependency needs updating. Is there a good way to build local chang=
es for an arbitrary platform ASAP?<br>

<br>thanks!</div></td></tr></tbody></table><br>____________________________=
___________________<br>
Ves mailing list<br>
<a href=3D"mailto:Ves at public.kitware.com">Ves at public.kitware.com</a><br>
<a href=3D"http://public.kitware.com/cgi-bin/mailman/listinfo/ves" target=
=3D"_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/ves</a><br>
<br></blockquote></div><br></div>

--bcaec52becf980ef7904e003007c--


More information about the Ves mailing list