# mock **Repository Path**: dzlua/mock ## Basic Information - **Project Name**: mock - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 编译 1、环境搭建 安装 boost ``` sudo apt install libboost1.65-all-dev ``` 安装xmake ``` bash <(wget https://xmake.io/shget.text -O -) ``` 2、编译 ``` xmake ``` 3、运行 ``` ./bin/athome ``` ### 依赖: 1、使用xmake编译 2、使用crow搭建API网站, crow依赖boost