更新ReadMe说明

This commit is contained in:
hehaoyang 2023-10-22 00:07:42 +08:00
parent 5bbc23649b
commit 4483da2a48

View File

@ -0,0 +1,20 @@
# 安装
#### 下载代码
```
git clone http://teweishi.oicp.net:3001/hehaoyang/IVA.git
```
### 创建软链接
```
cd external/npu/
ln -s /usr/lib/librknnrt.so librknn_api.so
```
### 编译
```
make debug -j4
```