Eli Zaretskii <e...@gnu.org> writes: > The only Windows-specific issue I'm aware of is that the 'configure' > command should point to the native MS-Windows port of Perl, not to the > MSYS Perl.
That's true, as long as you want to build from a tarball. If you want to build from git, you have to install other stuff like: automake-wrapper msys2-runtime-devel libtool man-db help2man Maybe the biggest issue is that the build process requires wait.h which is part of msys2-runtime-devel. Best, Arash