From ebcd1857302f4d9bb2a247bfe02a5dcfb7bd941a Mon Sep 17 00:00:00 2001 From: Yuniru Yuni Date: Mon, 17 Apr 2023 14:54:57 +0900 Subject: [PATCH 1/2] bump submodule whisper.cpp --- sys/whisper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/whisper.cpp b/sys/whisper.cpp index ad13890..c23588c 160000 --- a/sys/whisper.cpp +++ b/sys/whisper.cpp @@ -1 +1 @@ -Subproject commit ad1389003d3f8bd47b8ca7d4c21b4764cc3844fc +Subproject commit c23588cc4b2c4be4ba3634a21c7f2b302c5f370e From f20cf5e9c97c8abef70285993ee05464fbc4a6e2 Mon Sep 17 00:00:00 2001 From: Yuniru Yuni Date: Mon, 17 Apr 2023 14:57:17 +0900 Subject: [PATCH 2/2] add a report for MSVC env --- BUILDING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 05cded6..40a4768 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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