在Windows上使用`make install'的罐头

发布于 2025-01-18 01:16:02 字数 518 浏览 2 评论 0 原文

我试图在窗口上构建tdengine,遵循

使用命令:

mkdir debug && cd debug
"c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" < x64 | x86 >
cmake .. -G "NMake Makefiles"
nmake

但是我找不到../ Windows/system32/中的taos.dll。在我的选择中,taos.dll应该在该目录下。有人知道为什么会发生这种情况&amp; amp;如何解决这个问题?

I tried to build TDengine on window followed the instruction on Build TDengine On Windows platform:

using the command:

mkdir debug && cd debug
"c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" < x64 | x86 >
cmake .. -G "NMake Makefiles"
nmake

But i cann't find the taos.dll in ../windows/system32/ . In my opionion, taos.dll should under that directory. Does anyone know why that happen && how to fix this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

醉南桥 2025-01-25 01:16:02

我认为这是Windows下的功能,您可以将 taos.dll 移至 ../ Windows/System32/

I think this is a feature under Windows, you can move the taos.dll to ../windows/system32/.

怀中猫帐中妖 2025-01-25 01:16:02

制作脚本不会在Tdengine中安装任何DLL到System32,您应该谨慎复制它。

Make script will not install any dll to system32 in TDengine, you should copy it with caution.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文