summaryrefslogtreecommitdiffstats
path: root/src/INSTALLpc.txt
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2023-09-17 16:36:33 +0200
committerChristian Brabandt <cb@256bit.org>2023-09-17 16:36:33 +0200
commit177437cc6f2ebff6bd62a21a20ba963450377de0 (patch)
tree0c752b32662a0a044ccf4ef1dadde575b6769188 /src/INSTALLpc.txt
parenta66feb5fb5c647df1009c90278f75dc438f81dc9 (diff)
doc(INSTALLpc): mention additional packages for msys2
Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/INSTALLpc.txt')
-rw-r--r--src/INSTALLpc.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/INSTALLpc.txt b/src/INSTALLpc.txt
index 104a3a97ef..7400b49bb5 100644
--- a/src/INSTALLpc.txt
+++ b/src/INSTALLpc.txt
@@ -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: