Update README.md
Removes things that were added in #10 and adds note on Linux builds
This commit is contained in:
parent
d77108fca6
commit
330024a8af
1 changed files with 3 additions and 7 deletions
10
README.md
10
README.md
|
|
@ -48,16 +48,12 @@ See the docs: https://docs.rs/whisper-rs/ for more details.
|
|||
|
||||
## Building
|
||||
|
||||
See [BUILDING.md](BUILDING.md) for instructions for building whisper-rs on Windows and OSX M1.
|
||||
See [BUILDING.md](BUILDING.md) for instructions for building whisper-rs on Windows and OSX M1. Linux builds should just work out of the box.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
* I get an error about a lot of undefined symbols at compile time!
|
||||
* These symbols might be part of the C++ standard library.
|
||||
* Try linking against it with the `-Clink-args=-lstdc++` compiler flag:
|
||||
* `RUSTFLAGS="-Clink-args=-lstdc++" cargo build`
|
||||
* macOS/Android aren't working!
|
||||
* I don't have a way to test these platforms, so I can't really help you.
|
||||
* Something other than Windows/macOS/Linux isn't working!
|
||||
* I don't have a way to test this platforms, so I can't really help you.
|
||||
* If you can get it working, please open a PR with any changes to make it work and build instructions in BUILDING.md!
|
||||
* I get a panic during binding generation build!
|
||||
* You can attempt to fix it yourself, or you can set the `WHISPER_DONT_GENERATE_BINDINGS` environment variable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue