[TD-3157] <docs>: update readme regarding host arch detecting.

This commit is contained in:
Shuduo Sang 2021-03-03 14:49:12 +08:00
parent 1b093a0d83
commit ba1c5fa777
1 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,8 @@ mkdir debug && cd debug
cmake .. && cmake --build .
```
To compile on an ARM processor (aarch64 or aarch32), please add option CPUTYPE as below:
TDengine build script can detect the host machine's architecture on X86-64, X86, arm64 and arm32 platform.
You can also specify CPUTYPE option like aarch64 or aarch32 too if the detection result is not correct:
aarch64:
```bash