diff --git a/website/docs/install.md b/website/docs/install.md index 9feedcb1f..eb33be22c 100644 --- a/website/docs/install.md +++ b/website/docs/install.md @@ -20,7 +20,8 @@ Choose either If Qt's version is not changed, you can also download a single `goldendict.exe` and drop it into previous installation's folder (If uncertain, don't do this). -Requires Windows 10 (1809 or later). +Requires Windows 10 (1809 or later) with [MSVC runtime](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version) installed. + ## Linux @@ -43,4 +44,4 @@ Requires at least macOS 13. This project uses Calendar Versioning: `YY.MM.Patch`. -Releases will tentatively be done twice a year, considering factors like the major releases of Qt and the package freeze dates of Linux distros like Ubuntu. \ No newline at end of file +Releases will tentatively be done twice a year, considering factors like the major releases of Qt and the package freeze dates of Linux distros like Ubuntu.