# building_block **Repository Path**: radiumgitee/building_block ## Basic Information - **Project Name**: building_block - **Description**: 软件积木,软件以模块方式上传,以功能为单位。 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-08-19 - **Last Updated**: 2021-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # building_block #### 介绍 软件积木,软件以模块方式上传,以功能为单位,分类提供各类功能模块。 #### 软件架构 软件架构说明 #### 安装教程 - cmake_hello - 初次使用cmake的启蒙小工程 - 更新cmake配置 - 最新配置统一存放在public_config目录(exe.cmake, lib.cmake) - 更新步骤:```cd public_config ; bash auto_config_libs.sh``` - 模块工程命名(xxxxInterface) - 模块工程目录结构 - xxxInterface - xxxInterface - CMakeLists.txt - xxxInterface.c - xxxInterface.h - xxxInterface_demo.c - CMakeLists.txt - 模块工程编译:```cd LinkListInterface ; mkdir build ; cd build ; cmake .. ; make``` - 模块独立编译:```cd LinkListInterface/LinkListInterface ; mkdir build ; cd build ; cmake .. ; make``` #### 使用说明 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/)