mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
README.md: Link the MSVC 2015-2022 runtime for Windows Vista and later.
This commit is contained in:
parent
bee65f674c
commit
0b4c521d58
10
README.md
10
README.md
@ -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 .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user