]> git.eshelyaron.com Git - emacs.git/commitdiff
Update MS-Windows build instructions
authorEli Zaretskii <eliz@gnu.org>
Sat, 23 Nov 2024 13:05:17 +0000 (15:05 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 4 Dec 2024 16:53:44 +0000 (17:53 +0100)
* nt/INSTALL.W64:
* nt/README.W32: Update the name of the MSYS2 libtree-sitter
distribution.  Reported by Nerd <hiweedmandriva3@163.com>.
(Bug#74429)

(cherry picked from commit e14007ad631120a3f7521e503c8de86aca849bad)

nt/INSTALL.W64
nt/README.W32

index 9694e85f269d717c4a88ce6e8406c5b9acb8d0db..f3a16a2e3c03335f3312e848f01c8ee19160e54f 100644 (file)
@@ -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
index 59cbb9b789be59510ed0700cf737033dfc029ad5..a2cb610201d28f0a5d736ebc62bfe8fbd6654f07 100644 (file)
@@ -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.