fix cpp library link in example (#144)

This commit is contained in:
Jason
2022-08-23 10:02:28 +08:00
committed by GitHub
parent 1ac1c35e95
commit 2ff1293cf4
13 changed files with 13 additions and 13 deletions

View File

@@ -12,7 +12,7 @@
```bash
mkdir build
cd build
wget https://https://bj.bcebos.com/paddlehub/fastdeploy/cpp/fastdeploy-linux-x64-gpu-0.2.0.tgz
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.2.0.tgz
tar xvf fastdeploy-linux-x64-0.2.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.2.0
make -j