Skip to content

Commit cde9dc2

Browse files
authored
Update add_c_module.md
更新编译whl不依赖maixpy的方法
1 parent 95ecf64 commit cde9dc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/doc/zh/source_code/add_c_module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ title: 给 MaixCAM MaixPy 添加一个 C/C++ 模块
99

1010
## 通用函数封装
1111

12-
如果你想封装的函数实现的功能不依赖 MaixPy 的其它功能,直接使用 Python 使用 C/C++ 添加模块的通用方法,具体方法可以自行百度,比如 ffi, ctype 等
13-
> 欢迎 PR 添加方法
12+
如果你想封装的函数实现的功能不依赖 MaixPy 的其它功能,直接使用 Python 使用 C/C++ 添加模块的通用方法,具体方法可以查看:
13+
https://maixhub.com/share/114
1414

1515
## 如果你的模块还想依赖 MaixPy 的其它基础 API
1616

0 commit comments

Comments
 (0)