Unverified Commit 702a64fa authored by Daniel's avatar Daniel Committed by GitHub
Browse files

Update readme.md

parent de2b33f9
...@@ -4,17 +4,17 @@ ...@@ -4,17 +4,17 @@
## 快速使用 ## 快速使用
Windows 下下载onnxruntime库,解开到某个位置,指定onnxruntime目录按以下方式: Windows 下下载onnxruntime库,解开到某个位置,指定onnxruntime目录按以下方式:
` ```
cmake --config release -DONNXRUNTIME_DIR=D:\\thirdpart\\onnxruntime cmake --config release -DONNXRUNTIME_DIR=D:\\thirdpart\\onnxruntime
` ````
使用 -DONNXRUNTIME_DIR 指向onnxruntime目录,该目录下有include以及lib 使用 -DONNXRUNTIME_DIR 指向onnxruntime目录,该目录下有include以及lib
```
├───include ├───include
└───lib └───lib
```
Windows下已经预置fftw3及openblas库。 Windows下已经预置fftw3及openblas库。
## 支持平台 ## 支持平台
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment