提交 27fef6c1 编写于 作者: S slguan

Merge branch 'develop' into 2.0

......@@ -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.
先完成此消息的编辑!
想要评论请 注册