summaryrefslogtreecommitdiffstats
path: root/DOCS/compile-windows.md
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2016-05-28 21:33:30 -0700
committerKevin Mitchell <kevmitch@gmail.com>2016-09-25 17:29:45 -0700
commit41002c46f5256c170160aab5d45f2983c5bcf600 (patch)
treec95ac95b5e128c6344fc1d8d076bac944661c60c /DOCS/compile-windows.md
parent29d74ca2f5e94858e30abf1e05893ae1e63e5135 (diff)
downloadmpv-41002c46f5256c170160aab5d45f2983c5bcf600.tar.bz2
mpv-41002c46f5256c170160aab5d45f2983c5bcf600.tar.xz
DOCS/compile-windows.md: update msys2 instructions again
they keep changing things. . .
Diffstat (limited to 'DOCS/compile-windows.md')
-rw-r--r--DOCS/compile-windows.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/compile-windows.md b/DOCS/compile-windows.md
index c043671c9f..e283460674 100644
--- a/DOCS/compile-windows.md
+++ b/DOCS/compile-windows.md
@@ -104,10 +104,10 @@ Installing MSYS2
It doesn't matter whether the i686 or the x86_64 version is used. Both can
build 32-bit and 64-bit binaries when running on a 64-bit version of Windows.
-2. Start a MinGW-w64 shell (``mingw64_shell.bat``). Note that this is different
+2. Start a MinGW-w64 shell (``mingw64.exe``). Note that this is different
from the MSYS2 shell that is started from the final installation dialog.
- For a 32-bit build, use ``mingw32_shell.bat``.
+ For a 32-bit build, use ``mingw32.exe``.
Updating MSYS2
--------------
@@ -118,7 +118,7 @@ separately.
```bash
# Check for core updates. If instructed, close the shell window and reopen it
# before continuing.
-update-core
+pacman -Syu
# Update everything else
pacman -Su