From 5773ccb6a0203ae7a77a1ad22fb57366a411cda4 Mon Sep 17 00:00:00 2001 From: huangminzhong Date: Mon, 29 Aug 2022 19:39:42 -0700 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=93=E5=BA=93=E9=A6=96?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangminzhong --- README.en.md | 36 ------------------------------------ README.md | 39 --------------------------------------- README_zh.md | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 75 deletions(-) delete mode 100644 README.en.md delete mode 100644 README.md create mode 100755 README_zh.md diff --git a/README.en.md b/README.en.md deleted file mode 100644 index 6c780a36..00000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# tpc_c_cplusplus - -#### Description -{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/README.md b/README.md deleted file mode 100644 index 6cb6dfa9..00000000 --- a/README.md +++ /dev/null @@ -1,39 +0,0 @@ -# tpc_c_cplusplus - -#### 介绍 -{**以下是 Gitee 平台说明,您可以替换此简介** -Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台 -无论是个人、团队、或是企业,都能够用 Gitee 实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)} - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx - -#### 使用说明 - -1. xxxx -2. xxxx -3. xxxx - -#### 参与贡献 - -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - -#### 特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/README_zh.md b/README_zh.md new file mode 100755 index 00000000..19029ab5 --- /dev/null +++ b/README_zh.md @@ -0,0 +1,36 @@ +# tpc_c_cplusplus + +## 简介 +本仓库主要用于存放已经适配OpenHarmony的C/C++三方库的适配脚本,三方库的适配/使用指导;每个三方库目录下包含了GN化的适配指导、编译脚本和包含了cmake的适配指导、编译脚本。 + + + +## 本仓库目录 + +``` +tpc_c_cplusplus +├── README_zh.md +├── common #通用说明文档的文件夹 +├── 三方库1 +│ ├──gn #gn构建脚本、适配指导的文件夹 +│ ├──cmake #cmake构建脚本、适配指导的文件夹 +│ ├──README_zh.md +│ ├──README.OpenSource #文件中包含了三方库源码的下载地址,版本,license等信息 +├── 三方库2 +│ ├──gn #gn构建脚本、适配指导的文件夹 +│ ├──cmake #cmake构建脚本、适配指导的文件夹 +│ ├──README_zh.md +│ ├──README.OpenSource #文件中包含了三方库源码的下载地址,版本,license等信息 +...... +``` + + + +## 如何贡献 + +- [遵守仓库目录结构](#本仓库目录) +- [遵守OpenHarmony编码贡献规范](https://gitee.com/openharmony-sig/knowledge_demo_smart_home/blob/master/dev/docs/contribute/README.md) + + + +## 三方库列表 -- Gitee