Commit f9bcd98c authored by shizhm's avatar shizhm
Browse files

修改readme

parent c81feb79
...@@ -77,13 +77,13 @@ rbuild build -d depend ...@@ -77,13 +77,13 @@ rbuild build -d depend
**Centos**: **Centos**:
``` ```
export LD_LIBRARY_PATH=<path_to_migraphx_samples>/depend/lib64/:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=<path_to_retinaface_migraphx>/depend/lib64/:$LD_LIBRARY_PATH
``` ```
**Ubuntu**: **Ubuntu**:
``` ```
export LD_LIBRARY_PATH=<path_to_migraphx_samples>/depend/lib/:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=<path_to_retinaface_migraphx>/depend/lib/:$LD_LIBRARY_PATH
``` ```
然后执行: 然后执行:
...@@ -98,7 +98,7 @@ source ~/.bashrc ...@@ -98,7 +98,7 @@ source ~/.bashrc
``` ```
# 进入migraphx samples工程根目录 # 进入migraphx samples工程根目录
cd <path_to_migraphx_samples> cd <path_to_retinaface_migraphx>
# 进入build目录 # 进入build目录
cd ./build/ cd ./build/
......
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