# committer **Repository Path**: weijiupeng/committer ## Basic Information - **Project Name**: committer - **Description**: committer code - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-06 - **Last Updated**: 2024-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1、编译 (1) 工程目录下新建目标 build (2) 切换到build目录下执行命令 # cmake -DCMAKE_BUILD_TYPE=debug ../ (3) 接着执行命令进行编译 # make -j16 2、运行程序 (1) 运行main程序,执行命令 # ./build/src/WelcomeExe (2)运行gtest用例,执行命令 # ./build/tests/WelcomeTest