未验证 提交 84e79e87 编写于 作者: C cnn 提交者: GitHub

[doc] fix doc link (#2262)

* fix doc link, test=dygraph, test=document
上级 72b7f9ef
......@@ -68,10 +68,9 @@ CUDA_LIB=/path/to/cuda/lib
# CUDNN 的 lib 路径
CUDNN_LIB=/path/to/cudnn/lib
修改脚本设置好主要参数后,执行`build`脚本:
```shell
# 修改脚本设置好主要参数后,执行`build`脚本:
sh ./scripts/build.sh
```
# 请检查以上各个路径是否正确
......
......@@ -68,5 +68,5 @@ yolov3_darknet # 模型目录
### 3.2 编译
仅支持在`Windows``Linux`平台编译和使用
- [Linux 编译指南](https://github.com/PaddlePaddle/PaddleDetection/blob/master/deploy/cpp/docs/linux_build.md)
- [Windows编译指南(使用Visual Studio 2019)](https://github.com/PaddlePaddle/PaddleDetection/blob/master/deploy/cpp/docs/windows_vs2019_build.md)
- [Linux 编译指南](docs/linux_build.md)
- [Windows编译指南(使用Visual Studio 2019)](docs/windows_vs2019_build.md)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册