summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin <const@const.me>2023-02-18 01:03:27 +0100
committerKonstantin <const@const.me>2023-02-18 01:03:27 +0100
commita6de8f9654c90c51713e77791ff7155f34d27c21 (patch)
tree2535a723c9438ea01eb6042bf9775921a2db0383
parente736f91c0361099a85619a2b83340c98e2be04e6 (diff)
Readme
-rw-r--r--Readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index c607835..ce3bd79 100644
--- a/Readme.md
+++ b/Readme.md
@@ -70,7 +70,8 @@ When completed successfully, you should see a console window with a line like th
## Other Notes
-If you gonna consume the library in a software built with Visual C++, you probably redistribute Visual C++ runtime DLLs in the form of the `.msm` merge module.<br/>
+If you gonna consume the library in a software built with Visual C++ 2022 or newer, you probably redistribute Visual C++ runtime DLLs in the form of the `.msm` merge module,
+or [vc_redist.x64.exe](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170) binary.<br/>
If you do that, right click on the `Whisper` project, Properties, C/C++, Code Generation,
switch “Runtime Library” setting from `Multi-threaded (/MT)` to `Multi-threaded DLL (/MD)`,
and rebuild: the binary will become smaller.