From: Eli Zaretskii Date: Sat, 23 Nov 2024 13:05:17 +0000 (+0200) Subject: Update MS-Windows build instructions X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~251 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e14007ad631120a3f7521e503c8de86aca849bad;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) --- 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 3eca9e90716..e862a17d812 100644 --- a/nt/README.W32 +++ b/nt/README.W32 @@ -188,15 +188,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.