Merge pull request #5328 from taosdata/docs/sangshuduo/TD-3157-update-readme-build-script-detect

[TD-3157] <docs>: update readme regarding host arch detecting.
This commit is contained in:
Shuduo Sang 2021-03-03 15:22:55 +08:00 committed by GitHub
commit 60afc4c416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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