From 17d2d75a0fc3bf079413d25f25b121a5df050435 Mon Sep 17 00:00:00 2001 From: zhonghong Date: Tue, 30 Jan 2024 18:13:49 +0800 Subject: [PATCH] update readme --- OrbbecSDK.pc.in | 2 +- README.md | 1 + README_CN.md | 1 + package.xml | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/OrbbecSDK.pc.in b/OrbbecSDK.pc.in index 70fdd37a..0de9aee2 100644 --- a/OrbbecSDK.pc.in +++ b/OrbbecSDK.pc.in @@ -5,6 +5,6 @@ includedir=${prefix}/include Name: OrbbecSDK Description: OrbbecSDK is a comprehensive library that provides developers with intuitive interfaces to control and manipulate Orbbec cameras seamlessly. -Version: 1.6.3 +Version: 1.9.4 Libs: -L${libdir} -lOrbbecSDK Cflags: -I${includedir} \ No newline at end of file diff --git a/README.md b/README.md index 36907709..031d9086 100644 --- a/README.md +++ b/README.md @@ -161,3 +161,4 @@ target_link_libraries(${PROJECT_NAME} OrbbecSDK::OrbbecSDK) * [Orbbec SDK Repo](https://github.com/orbbec/OrbbecSDK) * [Orbbec Main Page](https://www.orbbec.com/) * [Orbbec 3D Club](https://3dclub.orbbec3d.com) +* [gitee Repo](https://gitee.com/orbbecdeveloper/OrbbecSDK) diff --git a/README_CN.md b/README_CN.md index d990071b..d0eed728 100644 --- a/README_CN.md +++ b/README_CN.md @@ -147,3 +147,4 @@ target_link_libraries(${PROJECT_NAME} OrbbecSDK::OrbbecSDK) * [奥比中光主页](https://www.orbbec.com.cn/) * [3D 视觉开发者社区](https://developer.orbbec.com.cn/) +* [gitee 仓库](https://gitee.com/orbbecdeveloper/OrbbecSDK) diff --git a/package.xml b/package.xml index 66f8a104..b6d351e5 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ OrbbecSDK - 1.6.3 + 1.9.4 OrbbecSDK is a comprehensive library that provides developers with intuitive interfaces to control and manipulate Orbbec cameras seamlessly.