提交 196cd0a3 编写于 作者: H huili

[add to compile aarch32]

上级 dcdb04fb
......@@ -45,9 +45,13 @@ 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=aarch64 && cmake --build .
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册