Skip to content

Commit c3aee4f

Browse files
authored
[Doc] Add cmake version notice in Jetson doc (#1379)
* Update jetson.md * Update jetson.md
1 parent 7dc15e4 commit c3aee4f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/cn/build_and_install/jetson.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
FastDeploy当前在Jetson仅支持ONNX Runtime CPU和TensorRT GPU/Paddle Inference三种后端推理
66

7+
- 如若编译过程,出现错误提示`Could not find a package configuration file provided by "Python" with any of the following names: PythonConfig.cmake python-config.cmake`,请尝试将[cmake升级至3.25或最新版本](https://cmake.org/download/)解决。
8+
79
## C++ SDK编译安装
810

911
编译需满足

docs/en/build_and_install/jetson.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ English | [中文](../../cn/build_and_install/jetson.md)
44

55
FastDeploy supports CPU inference with ONNX Runtime and GPU inference with Nvidia TensorRT/Paddle Inference on Nvidia Jetson platform
66

7+
- If there's error occurs, shows `Could not find a package configuration file provided by "Python" with any of the following names: PythonConfig.cmake python-config.cmake`, please try to [upgrade cmake to 3.25 or newer version](https://cmake.org/download/) to solve the problem.
8+
-
79
## How to Build and Install FastDeploy C++ Library
810

911
Prerequisite for Compiling on NVIDIA Jetson:

0 commit comments

Comments
 (0)