Merge pull request #31 from yuniruyuni/update-whisper-cpp-to-v1-3-0
Support for MSVC environment
This commit is contained in:
commit
400d03fd2a
2 changed files with 4 additions and 5 deletions
|
|
@ -19,14 +19,13 @@ ar = "C:\\msys64\\ucrt64\\bin\\ar.exe"
|
|||
|
||||
# Running on Windows using Microsoft Visual Studio C++
|
||||
|
||||
It has been reported that it is also possible to build whisper-rs using Visual Studio C++.
|
||||
It has been reported that it is also possible to build whisper-rs using Visual Studio C++.
|
||||
|
||||
Make sure you have installed and in the path:
|
||||
Make sure you have installed and in the path:
|
||||
|
||||
- Visual Studio C++
|
||||
- cmake
|
||||
|
||||
You may need to clone the git repository instead of using the Cargo package.
|
||||
- LLVM(clang)
|
||||
|
||||
# Running on M1 OSX
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit ad1389003d3f8bd47b8ca7d4c21b4764cc3844fc
|
||||
Subproject commit c23588cc4b2c4be4ba3634a21c7f2b302c5f370e
|
||||
Loading…
Add table
Add a link
Reference in a new issue