# devices **Repository Path**: zpflying/devices ## Basic Information - **Project Name**: devices - **Description**: devices 仓库 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2023-05-11 - **Last Updated**: 2023-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 环境搭建 ``` yum install -y gcc git cmake ``` # build ``` cd devices/ mkdir build && cd build/ cmake .. make ```