<p>Hi Paul,</p>
<p>Short answer: the latest stable versions of MinGW, MSYS and MinGW GCC (4.5.2)</p>
<p>Please see:</p>
<p><a href="http://quickgit.kde.org/index.php?p=ministro.git&a=blob&h=6ad47e74f6a8b96fce3a1680799152163fedc9e2&hb=38fa3646db8b3c3d1f62ac79f89c06ea24611750&f=Necessitas_SDK/BootstrapMinGWAndroid.vbs">http://quickgit.kde.org/index.php?p=ministro.git&a=blob&h=6ad47e74f6a8b96fce3a1680799152163fedc9e2&hb=38fa3646db8b3c3d1f62ac79f89c06ea24611750&f=Necessitas_SDK/BootstrapMinGWAndroid.vbs</a></p>

<p>...Sorry, it's a bit of vbs, but I wanted to use a language that's guaranteed to be available on a completely fresh Windows install, and one that allows downloading things from HTTP. This script will download MinGW, MSYS and msys git for you.</p>

<p>Then, once you've got your msys installed you should be able to:</p>
<p>cd /usr<br>
mkdir src<br>
cd src<br>
git clone git://<a href="http://anongit.kde.org/ministro">anongit.kde.org/ministro</a></p>
<p>see:</p>
<p><a href="http://quickgit.kde.org/index.php?p=ministro.git&a=blob&h=0361f72949a209be0ef638e02a989fdf1db80488&hb=38fa3646db8b3c3d1f62ac79f89c06ea24611750&f=Necessitas_SDK/setup_mingw_for_necessitas_build.sh">http://quickgit.kde.org/index.php?p=ministro.git&a=blob&h=0361f72949a209be0ef638e02a989fdf1db80488&hb=38fa3646db8b3c3d1f62ac79f89c06ea24611750&f=Necessitas_SDK/setup_mingw_for_necessitas_build.sh</a></p>

<p>or just execute:</p>
<p>./setup_mingw_for_necessitas_build.sh</p>
<p>...this shell script will install mostly everything needed to build the Necessitas SDK and various versions of the Google NDK. I've noticed that there may be an iconv issue with the host Qt; it was a case of having to move some dll files (and .dll.a files) from /usr/lib so that configure doesn't pick them up (the problem is that it finds some MSYS dlls in there due to needing a mixed MSYS/MinGW setup, and MSYS stuff must not get compiled in).</p>

<p>If you want to build the NDK, then you'll be able to do that too. I had to patch one of the MinGW headers (the shell script does this for you already).</p>
<p>I've never tried to build it with the Visual Studio toolchain as personally, I'm not interested in non-free tools, but feel free to try it and submit any patches that are needed to make it work. If you want to join the effort though, I'd advise concentrating on the MinGW/MSYS side of things as that's what our releases will always be compiled with (Nokia uses MSVC for their releases though).</p>

<p>As for the demos, examples and documentation, there's no good reason we're not including them; I think they were excluded from the build just to speed up the turn-around time. It's on my list though.</p>
<p>Cheers,</p>
<p>Ray.<br></p>
<div class="gmail_quote">On Thu, Aug 18, 2011 at 10:58 AM, Pau Garcia i Quiles <span dir="ltr"><<a href="mailto:pgquiles@elpauer.org" target="_blank">pgquiles@elpauer.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div>Hi,<br></div><div><br></div><div>Just realized I had not sent to -devel...</div><div><div></div><div><div><br></div><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Pau Garcia i Quiles</b> <span dir="ltr"><<a href="mailto:pgquiles@elpauer.org" target="_blank">pgquiles@elpauer.org</a>></span><br>



Date: Thu, Aug 18, 2011 at 11:32 AM<br>Subject: Windows<br>To: <a href="mailto:android-qt@googlegroups.com" target="_blank">android-qt@googlegroups.com</a><br><br><br><div>Hi,<br clear="all"></div><div><br></div><div>What are the recommended MinGW and MSYS versions to build Necessitas on Windows? Has anyone tried to build with Visual C++?</div>



<div><br></div><div>Also, why are examples, demo and documentation not installed by the installer? Is it a bug, or some licensing problem?</div>
<div><br></div><div>Thank you.</div><br><font color="#888888">-- <br>Pau Garcia i Quiles<br><a href="http://www.elpauer.org" target="_blank">http://www.elpauer.org</a><br>(Due to my workload, I may need 10 days to answer)<br>




</font></div><br><br clear="all"><br>-- <br>Pau Garcia i Quiles<br><a href="http://www.elpauer.org" target="_blank">http://www.elpauer.org</a><br>(Due to my workload, I may need 10 days to answer)<br>
</div></div><br>_______________________________________________<br>
Necessitas-devel mailing list<br>
<a href="mailto:Necessitas-devel@kde.org" target="_blank">Necessitas-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/necessitas-devel" target="_blank">https://mail.kde.org/mailman/listinfo/necessitas-devel</a><br>
<br></blockquote></div><br>