-
Notifications
You must be signed in to change notification settings - Fork 705
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
👉Windows10 build error(For Windows users) #196
Comments
Windows的用户可以先看看这里的issue |
你试一下把所有的dll都放到lite.ai.toolkit/lib文件夹下,在vs再设置一下链接?感觉你这就是没连接到库 |
....我没有在vs下编译过(对vs不熟悉,用clion多),目前能确认的是mac和linux问题不大,但windows下的编译,可能需要你看下别人怎么弄的。windows下的lib文件应该是和dll对应的符号表的文件。估计最近会做一下windows下的prebuilt,但没那么快,平时要卷啊,业余时间不多😂你看一lite.ai.toolkit的CMakeLists.txt,先把LITE_AI_BUILD_TEST关了,只编译库,不编译测试工程。先看看这个库编出来是咋样的。 |
好的 好的,我试一下,我不确定我发的那几个步骤是否正确或者有遗漏,期待大佬的指点 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
References for Windows10 users
windows下的使用可以参考以下这几个讨论(some references for windows users)
另外,是win32和system32,目前lite.ai.toolkit没有考虑32位的系统。还有就是在windows下编译完之后,需要手动把依赖库都拷贝到build/lite.ai.toolkit/lib和build/lite.ai.toolkit/bin,并且检查修改下模型文件的路径,比如说路径的反斜杠之类的。(Also, for win32 and system32, currently, lite.ai.toolkit does not consider 32-bit systems. Also, after compiling under Windows, you need to manually copy the dependent libraries to build/lite.ai.toolkit/lib and build/lite.ai.toolkit/bin, and check and modify the path of the model file, for example, The backslash of the path.)
Search issues about windows
The text was updated successfully, but these errors were encountered: