Admin/polyml/INSTALL-MinGW
author paulson
Sun, 20 Sep 2020 15:45:25 +0100
changeset 72271 7e90e1d178b5
parent 71117 2f6b092bbd25
child 72420 f6fc180e1cbd
permissions -rw-r--r--
merged

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