-
Notifications
You must be signed in to change notification settings - Fork 6
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
make: *** No targets specified and no makefile found. Stop. #3
Comments
It is recommended to use msys64\mingw64 to compile libvits-ncnn on the windows platform |
In addition, pay attention to the support of the format function by different compilers under CXX_STANDARD 20. If necessary, you need to modify the CMakeLists to add the fmt library link, or use the gcc compiler of version 13 or above |
I try to use
|
I used the ncnn-20230517-android-vulkan.zip from https://github.com/Tencent/ncnn/releases, and there doesn't have bin folder. |
https://github.com/spianmo/libvits-ncnn you can try it. |
There are other errors when build
|
add |
啊,感谢,修改之后可以编译了,但是编译出来是libvits-ncnn.dll和libvits-ncnn.dll.a,没有libvits-ncnn.so。
|
The text was updated successfully, but these errors were encountered: