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

Update readme.md

parent bb9531b2
# 快速使用 ## 快速使用
Windows 下下载onnxruntime库,解开到某个位置,指定onnxruntime目录按以下方式:
cmake --config release -DONNXRUNTIME_DIR=D:\\thirdpart\\onnxruntime cmake --config release -DONNXRUNTIME_DIR=D:\\thirdpart\\onnxruntime
...@@ -9,7 +11,11 @@ cmake --config release -DONNXRUNTIME_DIR=D:\\thirdpart\\onnxruntime ...@@ -9,7 +11,11 @@ cmake --config release -DONNXRUNTIME_DIR=D:\\thirdpart\\onnxruntime
├───include ├───include
└───lib └───lib
` `
# 支持平台 ## 支持平台
- Windows - Windows
- Linux/Unix - Linux/Unix
## 依赖
- 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