[Vm-dev] Compiling the windows 32 bits vm

Eliot Miranda eliot.miranda at gmail.com
Thu Apr 5 01:09:35 UTC 2018


Hi Cyril,

On Wed, Apr 4, 2018 at 5:02 PM, Cyril Ferlicot D <cyril at ferlicot.me> wrote:
[snip]

>
> I hope I do not bother you too much with beginners questions.
>

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!


>
> Have a nice day.
>

Maybe one day; when Windows becomes Unix ;-)


>
> ===InstallCygwin.bat===
>
> SET CYG_SETUP=setup-x86.exe
> SET CYG_ROOT="E:\cygwin"
> SET CYG_MIRROR=http://cygwin.mirror.constant.com
> SET MINGW_ARCH=i686
>
> %CYG_SETUP% -dgnqNO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l
> "%CYG_ROOT%\var\cache\setup"^
>     -P gcc-core^
>     -P gcc-g++^
>     -P binutils^
>     -P libtool^
>     -P libiconv^
>     -P automake^
>     -P autoconf^
>     -P make^
>     -P cmake^
>     -P wget^
>     -P mingw64-%MINGW_ARCH%-gcc-core^
>     -P mingw64-%MINGW_ARCH%-gcc-g++^
>     -P mingw64-%MINGW_ARCH%-headers^
>     -P mingw64-%MINGW_ARCH%-runtime^
>     -P zip^
>     -P mingw64-%MINGW_ARCH%-clang^
>     -P mingw64-%MINGW_ARCH%-openssl^
>     -P libiconv-devel^
>     -P libglib2.0-devel^
>     -P perl^
>     -P mingw64-%MINGW_ARCH%-zlib^
>     -P mingw64-%MINGW_ARCH%-win-iconv
>


Good luck!!

_,,,^..^,,,_
best, Eliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20180404/11837dd8/attachment-0001.html>


More information about the Vm-dev mailing list