在 windows 上使用“make install”时找不到 taos.dll

cann't find taos.dll while using `make install` on windows

我尝试按照 Build TDengine On Windows platform 上的说明在 window 上构建 TDengine:

使用命令:

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

但是我在 ../windows/system32/ 中找不到 taos.dll。在我看来,taos.dll 应该在该目录下。有谁知道为什么会这样 && 如何解决这个问题?

我认为这是 Windows 下的功能,您可以将 taos.dll 移动到 ../windows/system32/

make脚本不会在TDengine中安装任何dll到system32,请谨慎复制。