make sure the user has CMake installed

Signed-off-by: r3g_5z <june@girlboss.ceo>
This commit is contained in:
r3g_5z 2023-05-14 16:58:37 -04:00
parent c557529e5b
commit e475c85234
2 changed files with 14 additions and 4 deletions

View file

@ -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.