# system-config-users-docs **Repository Path**: cderlee/system-config-users-docs ## Basic Information - **Project Name**: system-config-users-docs - **Description**: Documentation for administering users and groups - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2024-09-26 - **Last Updated**: 2024-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 控制面板 WIP, 为 OpenEuler 社区项目. ## Build 构建并安装依赖: ```bash cd deps ./build-all sudo ./build-all install ``` 构建 control panel: ```bash $ mkdir -p build && cd build $ cmake -DCMAKE_BUILD_TYPE=Debug .. $ cmake --build . --parallel $ ./controlpanel ``` ## Test 项目使用 gtest 进行测试. 你可以通过以下命令测试所有用例: ```bash ctest ``` ## 代码风格 - 使用 fmt 进行日志输出 - 尽可能使用智能指针 - 使用 gtest 进行测试 - 使用 clang-format 格式化代码 - 使用 clang-tidy 检查代码 - 使用异常机制处理错误