Admin/polyml/INSTALL-MinGW
author wenzelm
Wed, 23 Oct 2024 15:09:02 +0200
changeset 81245 400be2752014
parent 80145 0eff7d113549
child 82511 f887c0decc26
permissions -rw-r--r--
tuned signature;

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. with Cygwin-Terminal from Isabelle2018
  (to avoid address relocation problems):

    isabelle component_polyml -M /cygdrive/c/msys64