readme : add install instructions for Conan (#2189)

This commit is contained in:
Carlos Zoido 2024-05-30 14:06:15 +02:00 committed by GitHub
parent e130b66642
commit ad130431aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -502,6 +502,16 @@ docker run -it --rm \
whisper.cpp:main "./main -m /models/ggml-base.bin -f ./samples/jfk.wav"
```
## Installing with Conan
You can install pre-built binaries for whisper.cpp or build it from source using [Conan](https://conan.io/). Use the following command:
```
conan install --requires="whisper-cpp/[*]" --build=missing
```
For detailed instructions on how to use Conan, please refer to the [Conan documentation](https://docs.conan.io/2/).
## Limitations
- Inference only