未验证 提交 90c23c39 编写于 作者: S slguan 提交者: GitHub

Merge pull request #1182 from taosdata/feature/lihui

Feature/lihui
......@@ -45,10 +45,14 @@ mkdir build && cd build
cmake .. && cmake --build .
```
if compiling on an aarch64 processor, you need add one parameter:
if compiling on an ARM processor(aarch64 or aarch32), you need add one parameter:
```cmd
aarch64:
cmake .. -DCPUTYPE=aarch64 && cmake --build .
aarch32:
cmake .. -DCPUTYPE=aarch32 && cmake --build .
```
# Quick Run
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册