Unverified Commit 4222c1dd authored by Daniel's avatar Daniel Committed by GitHub
Browse files

Update readme.md

parent 4841924e
...@@ -11,13 +11,9 @@ ...@@ -11,13 +11,9 @@
### Linux ### Linux
See the bottom of this page: Building Guidance See the bottom of this page: Building Guidance
````
使用 -DONNXRUNTIME_DIR 指向onnxruntime目录,该目录下有include以及lib
```
onnxruntime_xxx
├───include
└───lib
```
Windows下已经预置fftw3及openblas库。 Windows下已经预置fftw3及openblas库。
## 支持平台 ## 支持平台
...@@ -71,3 +67,11 @@ apt install libopenblas-dev ...@@ -71,3 +67,11 @@ apt install libopenblas-dev
```` ````
### the structure of onnxruntime package.
```
onnxruntime_xxx
├───include
└───lib
```
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