From 6b158757c198903d7b86a09cd80ec3ef6a89585d Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 31 Oct 2022 14:21:25 +0800 Subject: [PATCH] Update jetson.md --- docs/cn/build_and_install/jetson.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/cn/build_and_install/jetson.md b/docs/cn/build_and_install/jetson.md index 4163f77bc..4e20de529 100644 --- a/docs/cn/build_and_install/jetson.md +++ b/docs/cn/build_and_install/jetson.md @@ -16,6 +16,7 @@ cd FastDeploy mkdir build && cd build cmake .. -DBUILD_ON_JETSON=ON \ -DENABLE_VISION=ON \ + -DENABLE_TEXT=ON -DCMAKE_INSTALL_PREFIX=${PWD}/installed_fastdeploy make -j8 make install @@ -39,6 +40,7 @@ git clone https://github.com/PaddlePaddle/FastDeploy.git cd FastDeploy/python export BUILD_ON_JETSON=ON export ENABLE_VISION=ON +export ENABLE_TEXT=ON python setup.py build python setup.py bdist_wheel