# ComoFramework **Repository Path**: tjopenlab/ComoFramework ## Basic Information - **Project Name**: ComoFramework - **Description**: Como Framework 功能安全应用框架 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2024-11-13 - **Last Updated**: 2025-06-25 ## Categories & Tags **Categories**: security-dev **Tags**: None ## README # ComoFramework ## 1 介绍 COMO Framework 功能安全应用框架 ## 2 编译 1. git clone como仓库(--recursive) ```sh git clone https://gitee.com/tjopenlab/como.git --recursive ``` 2. 编译como和子模块 ```sh # 编译como source ./build/envsetup.sh build # 编译子模块 ./MakeOptionalExternal.sh ``` 3. git clone ComoFramework(--recursive) ```sh git clone https://gitee.com/tjopenlab/ComoFramework.git --recursive ``` 4. 编译ComoFramework(可选debug模式,支持gdb调试) ```sh ./buildMe.sh # 编译debug模式 # ./buildMe_debug.sh ``` ## 3 测试 快速上手参见[doc/quick-start.md](doc/quick-start.md)。 详细测试参见[doc/test.md](doc/test.md)。