Admin/polyml/INSTALL-MinGW
author wenzelm
Tue, 11 Aug 2020 13:15:58 +0200
changeset 72131 284d6c06cbfb
parent 71117 2f6b092bbd25
child 72420 f6fc180e1cbd
permissions -rw-r--r--
updated to polyml-test-159dc81efc3b;

MinGW for native Windows support
================================

- always "Run as administrator ..."

- download from https://www.msys2.org
  install target c:\msys64

- package update and installation within msys2 shell:

  pacman -Syuu

  pacman -Su

  pacman -S --needed base-devel gmp-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-gmp

- build (as regular user) e.g. on vmnipkow9 with Cygwin-Terminal from Isabelle2018
  (to avoid address relocation problems):

    isabelle build_polyml -M /cygdrive/c/msys64 -m32 -s sha1 src
    isabelle build_polyml -M /cygdrive/c/msys64 -m64 -s sha1 src