diff options
| author | Konstantin <const@const.me> | 2023-02-18 01:03:27 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-02-18 01:03:27 +0100 |
| commit | a6de8f9654c90c51713e77791ff7155f34d27c21 (patch) | |
| tree | 2535a723c9438ea01eb6042bf9775921a2db0383 | |
| parent | e736f91c0361099a85619a2b83340c98e2be04e6 (diff) | |
Readme
| -rw-r--r-- | Readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |
