构建Tdengine时,如何安装陶斯基克?

发布于 2025-01-28 04:42:01 字数 334 浏览 2 评论 0原文

我有一台带有M1芯片的MacOS计算机,并且使用ARM64的Ubuntu 20.04.2运行了一台虚拟机。我在github页面上的文档构建了tdengine, https://github.com/github.com/taosdata/taosdata/taosdata/tdengine 但是,当我尝试使用Taosbenchmark进行演示时,Taostools并不是用Tdengine构建的。如何使用Tdengine构建Taosbenchmark?

I have a MacOS computer with the M1 chip and I am running a virtual machine with Ubuntu 20.04.2 with ARM64. I built TDengine following the documentation on the GitHub page at https://github.com/taosdata/TDengine but when I tried to run the demo using taosBenchmark, the taosTools were not built with TDengine. How do I build taosBenchmark with TDengine?

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

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

发布评论

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

评论(1

月竹挽风 2025-02-04 04:42:01

对于手臂环境,您可以尝试以下步骤

cd TDengine
git submodule update --init --recursive
mkdir debug
cd debug
cmake .. -DCPUTYPE=aarch64/aarch32 -DBUILD_TOOLS=true
cmake --build .

for arm environment, you can try following steps

cd TDengine
git submodule update --init --recursive
mkdir debug
cd debug
cmake .. -DCPUTYPE=aarch64/aarch32 -DBUILD_TOOLS=true
cmake --build .
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文