[Doc] Update 0.3.0 to 0.4.0 in all docs (#443)

* Update 0.3.0 to 0.4.0 in all docs

* Update download_prebuilt_libraries.md
This commit is contained in:
Jason
2022-10-27 14:33:05 +08:00
committed by GitHub
parent b7e06b8c50
commit 3c208125b8
35 changed files with 122 additions and 122 deletions

View File

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