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

Update readme.md

parent 5edbe3ad
...@@ -4,9 +4,11 @@ ...@@ -4,9 +4,11 @@
## 快速使用 ## 快速使用
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
......
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