]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
doc(INSTALLpc): mention additional packages for msys2
authorChristian Brabandt <cb@256bit.org>
Sun, 17 Sep 2023 14:36:33 +0000 (16:36 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 17 Sep 2023 14:36:33 +0000 (16:36 +0200)
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/INSTALLpc.txt

index 104a3a97efd63d3b198c6a21805371912108dc4b..7400b49bb5f1c1f3b80a20669fe0027382c47eae 100644 (file)
@@ -215,11 +215,14 @@ The following package groups are required for building Vim:
 * base-devel
 * mingw-w64-i686-toolchain (for building 32-bit Vim)
 * mingw-w64-x86_64-toolchain (for building 64-bit Vim)
+* git (optional, to clone the repository)
+* pactoys (optional for the pacboy command)
 
 (These groups also include some useful packages which are not used by Vim.)
 Use the following command to install them:
 
-    $ pacman -S base-devel mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain
+    $ pacman -S base-devel mingw-w64-i686-toolchain \
+      mingw-w64-x86_64-toolchain pactoys git
 
 Or you can use the `pacboy` command to avoid long package names: