# omni **Repository Path**: opandora/omni ## Basic Information - **Project Name**: omni - **Description**: common c++ base framework - **Primary Language**: C++ - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-11 - **Last Updated**: 2024-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # omni #### 介绍 common c++ base framework, 跨平台框架 #### 软件架构 包含通用功能,比如:string, filesystem, configuration ... 等等 #### 安装教程 1. apt-get install -y cmake build-essentail 2. mkdir build 3. cd build 4. cmake .. 5. cmake --build . #### 使用说明 1. 2. 3. #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request