-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmake: fix server example building on MSYS2 environments (Windows) #152
Conversation
Building works fine with this change.
Running works too:
Tested on my NUC11PHKi7C [Core i7-1165G7 @ 2.8GHz, DDR4-3200 32GB RAM, RTX 2060]. |
Thanks @przemoc ! I'll add a CI for Windows as well :) |
It was my intention too, but it was late yesterday when I cloned bark.cpp, so it had to wait for today. Done in the same way as I did it for whisper.cpp. |
Winsock (ws2_32) library is needed to build bark.cpp on MSYS2 environments.
Otherwise you'll see errors like
undefined reference to '__imp_WSACleanup'
, etc.