Admin/polyml/INSTALL-MinGW
author wenzelm
Sat, 09 Mar 2024 12:06:08 +0100
changeset 79826 487137973a8d
parent 77577 f78286d2e30f
child 80144 cfe18c31725c
permissions -rw-r--r--
upgrade pretty_maybe_quote following 2746dfc9ceae;

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 -Syu

  pacman -Su

  pacman -S --needed --noconfirm base-devel gmp-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-gmp mingw-w64-x86_64-lapack mingw-w64-x86_64-openblas

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

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