whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

introduce whisper-cli --prefix option

Open resolutecake opened this issue 1 month ago • 0 comments

compiling, cross-compiling and running requires paths to the whisper.cpp install directory

A suggestion is to have whisper-cli produce this absolute path, like brew --prefix

This will simplify scripts related to build and cross-platform use

LIBRARY_PATH="$(whisper-cli --prefix)/build/src" go run ./MyMainDirectory

resolutecake avatar Jan 18 '25 07:01 resolutecake