README.md: Link the MSVC 2015-2022 runtime for Windows Vista and later.

This commit is contained in:
David Korth 2022-06-28 22:33:46 -04:00
parent bee65f674c
commit 0b4c521d58

View File

@ -44,13 +44,13 @@ The following platforms are still compatible, but may not receive as much suppor
* KDE 4.x
* Windows XP, Windows Server 2003, Windows Vista
On Windows Vista and later, you will need the MSVC 2015-2019 runtime:
* 32-bit: https://aka.ms/vs/16/release/vc_redist.x86.exe
* 64-bit: https://aka.ms/vs/16/release/vc_redist.x64.exe
On Windows Vista and later, you will need the MSVC 2015-2022 runtime:
* 32-bit: https://aka.ms/vs/17/release/VC_redist.x86.exe
* 64-bit: https://aka.ms/vs/17/release/VC_redist.x64.exe
On Windows XP/2003 and earlier, you will need the MSVC 2015-2017 runtime:
* 32-bit: https://aka.ms/vs/15/release/vc_redist.x86.exe
* 64-bit: https://aka.ms/vs/15/release/vc_redist.x64.exe
* 32-bit: https://aka.ms/vs/15/release/VC_redist.x86.exe
* 64-bit: https://aka.ms/vs/15/release/VC_redist.x64.exe
For instructions on compiling from source, see doc/COMPILING.md .