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

Update readme.md

parent 1be4face
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
Windows 下下载onnxruntime库,解开到某个位置,指定onnxruntime目录按以下方式: Windows 下下载onnxruntime库,解开到某个位置,指定onnxruntime目录按以下方式:
``` ```
cmake --config release -DONNXRUNTIME_DIR=D:\\thirdpart\\onnxruntime cmake -DCMAKE_BUILD_TYPE=release -DONNXRUNTIME_DIR=D:\\thirdpart\\onnxruntime ..
```` ````
使用 -DONNXRUNTIME_DIR 指向onnxruntime目录,该目录下有include以及lib 使用 -DONNXRUNTIME_DIR 指向onnxruntime目录,该目录下有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