make sure the user has CMake installed
Signed-off-by: r3g_5z <june@girlboss.ceo>
This commit is contained in:
parent
c557529e5b
commit
e475c85234
2 changed files with 14 additions and 4 deletions
|
|
@ -37,3 +37,11 @@ rustflags = "-lc++ -l framework=Accelerate"
|
|||
```
|
||||
|
||||
See https://github.com/tazz4843/whisper-rs/pull/2 for more information.
|
||||
|
||||
You also need to have CMake installed. You can obtain this using homebrew:
|
||||
|
||||
```
|
||||
brew install cmake
|
||||
```
|
||||
|
||||
CMake can also be installed from https://cmake.org/download/ but `cmake` binary needs to be in your PATH.
|
||||
Loading…
Add table
Add a link
Reference in a new issue