<div dir="ltr">Hi Cyril,<div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 4, 2018 at 5:02 PM, Cyril Ferlicot D <span dir="ltr"><<a href="mailto:cyril@ferlicot.me" target="_blank">cyril@ferlicot.me</a>></span> wrote:</div><div class="gmail_quote">[snip]<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I hope I do not bother you too much with beginners questions.<br></blockquote><div><br></div><div>This is not a beginner's question.  Setting up cygwin is hard.  Thank you for your trying this out.  Everyone doing Windows builds, myself included, will be really pleased when this nightmare is documented.  I have been doing it manually for years, meaning I've only done it three times or four times, and it was difficult and frustrating every time.  If this is reduced to a script it will be a good day in vm-land.  Thank you!</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Have a nice day.<br></blockquote><div><br></div><div>Maybe one day; when Windows becomes Unix ;-)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
===InstallCygwin.bat===<br>
<br>
SET CYG_SETUP=setup-x86.exe<br>
SET CYG_ROOT="E:\cygwin"<br>
SET CYG_MIRROR=<a href="http://cygwin.mirror.constant.com" rel="noreferrer" target="_blank">http://cygwin.<wbr>mirror.constant.com</a><br>
SET MINGW_ARCH=i686<br>
<br>
%CYG_SETUP% -dgnqNO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l<br>
"%CYG_ROOT%\var\cache\setup"^<br>
    -P gcc-core^<br>
    -P gcc-g++^<br>
    -P binutils^<br>
    -P libtool^<br>
    -P libiconv^<br>
    -P automake^<br>
    -P autoconf^<br>
    -P make^<br>
    -P cmake^<br>
    -P wget^<br>
    -P mingw64-%MINGW_ARCH%-gcc-core^<br>
    -P mingw64-%MINGW_ARCH%-gcc-g++^<br>
    -P mingw64-%MINGW_ARCH%-headers^<br>
    -P mingw64-%MINGW_ARCH%-runtime^<br>
    -P zip^<br>
    -P mingw64-%MINGW_ARCH%-clang^<br>
    -P mingw64-%MINGW_ARCH%-openssl^<br>
    -P libiconv-devel^<br>
    -P libglib2.0-devel^<br>
    -P perl^<br>
    -P mingw64-%MINGW_ARCH%-zlib^<br>
    -P mingw64-%MINGW_ARCH%-win-iconv<br>
<div class="HOEnZb"><div class="h5"></div></div></blockquote></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div>Good luck!!</div><div class="gmail_extra"><br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><span style="font-size:small;border-collapse:separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div>
</div></div>