Skip to content
Discussion options

You must be logged in to vote

This is more or less a duplicate of #316. Short story:

  1. Install MSYS2
  2. Run the msys2.exe program in the top-level directory
  3. Install the build dependencies using pacman -Sy --noconfirm msys2-devel base-devel autotools cocom diffutils gcc gettext-devel libiconv-devel make mingw-w64-cross-crt mingw-w64-cross-gcc mingw-w64-cross-zlib perl zlib-devel xmlto docbook-xsl (see here)
  4. Build:
    (cd winsup && ./autogen.sh)
    ./configure --disable-dependency-tracking --with-msys2-runtime-commit="$GITHUB_SHA"
    make -j8
  5. "Install":
    make DESTDIR="$(pwd)"/_dest install

Now there is the new MSYS2 runtime in _dest/usr/bin/msys-2.0.dll.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dscho
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #314 on November 09, 2025 09:36.