How to build whisper.cpp to use a Statically Linked Binary (use static linking so it does not depend on build/src/libwhisper.1.dylib at runtime) #3343
Closed
jasonkaplan791
started this conversation in
General
Replies: 2 comments 2 replies
-
Does these commands help you?
I ran those on macOS machine. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@KitaitiMakoto thanks so much, this is exactly what I was looking for - the Mac build works now. Are these instructions the same for windows, iOS (iPhone), Android, etc? Or would I need to do it differently? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for this library.
I want to build whisper.cpp to use a Statically Linked Binary - ie I want to build whisper-cli with static linking so it does not depend on build/src/libwhisper.1.dylib at runtime.
Apparently, this is the simplest, most robust solution for Electron apps.
What are the commands I would need to run to do this?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions