提交 7629406d 编写于 作者: L lihui

[modify cmake parameter]

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