From: Eli Zaretskii Date: Sat, 23 Nov 2024 13:05:17 +0000 (+0200) Subject: Update MS-Windows build instructions X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90aea9e53aec560cdea206aa0ad77edfd4959612;p=emacs.git Update MS-Windows build instructions * nt/INSTALL.W64: * nt/README.W32: Update the name of the MSYS2 libtree-sitter distribution. Reported by Nerd . (Bug#74429) (cherry picked from commit e14007ad631120a3f7521e503c8de86aca849bad) --- diff --git a/nt/INSTALL.W64 b/nt/INSTALL.W64 index 9694e85f269..f3a16a2e3c0 100644 --- a/nt/INSTALL.W64 +++ b/nt/INSTALL.W64 @@ -60,7 +60,7 @@ packages (you can copy and paste it into the shell with Shift + Insert): mingw-w64-x86_64-harfbuzz \ mingw-w64-x86_64-libgccjit \ mingw-w64-x86_64-sqlite3 \ - mingw-w64-x86_64-tree-sitter + mingw-w64-x86_64-libtree-sitter (or mingw-w64-x86_64-tree-sitter) The packages include the base developer tools (autoconf, grep, make, etc.), the compiler toolchain (gcc, gdb, etc.), several image diff --git a/nt/README.W32 b/nt/README.W32 index 59cbb9b789b..a2cb610201d 100644 --- a/nt/README.W32 +++ b/nt/README.W32 @@ -185,15 +185,24 @@ See the end of the file for license conditions. where PACKAGES is the list of packages you want to install. The full list is as follows: - mingw-w64-x86_64-giflib + base-devel + mingw-w64-x86_64-toolchain + mingw-w64-x86_64-xpm-nox + mingw-w64-x86_64-gmp mingw-w64-x86_64-gnutls - mingw-w64-x86_64-libjpeg-turbo + mingw-w64-x86_64-libtiff + mingw-w64-x86_64-giflib mingw-w64-x86_64-libpng + mingw-w64-x86_64-libjpeg-turbo mingw-w64-x86_64-librsvg - mingw-w64-x86_64-libtiff - mingw-w64-x86_64-libxml2 - mingw-w64-x86_64-xpm-nox + mingw-w64-x86_64-libwebp mingw-w64-x86_64-lcms2 + mingw-w64-x86_64-libxml2 + mingw-w64-x86_64-zlib + mingw-w64-x86_64-harfbuzz + mingw-w64-x86_64-libgccjit + mingw-w64-x86_64-sqlite3 + mingw-w64-x86_64-libtree-sitter (or mingw-w64-x86_64-tree-sitter) You can type any subset of this list. When asked whether to proceed with installation, answer Y.