Skip to content

Commit

Permalink
cmake ..
Browse files Browse the repository at this point in the history
  • Loading branch information
AllentDan committed Jul 17, 2023
1 parent dfab479 commit 74305ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh_cn/01-how-to-build/rockchip.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ export OpenCV_AARCH64_INSTALL_DIR=$(pwd)/install
cd /path/to/mmdeploy
mkdir -p build && cd build
export LD_LIBRARY_PATH=$RKNN_TOOL_CHAIN/lib64:$LD_LIBRARY_PATH
cmake \
cmake ..\
-DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/rknpu2-linux-gnu.cmake \
-DMMDEPLOY_BUILD_SDK=ON \
-DMMDEPLOY_TARGET_BACKENDS="rknn" \
Expand Down

0 comments on commit 74305ce

Please sign in to comment.