# Cloud Storage **Repository Path**: suis/cloud-storage ## Basic Information - **Project Name**: Cloud Storage - **Description**: 网盘项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2025-02-27 - **Last Updated**: 2025-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 下载到本地之后记得修改文件夹 config 中的 config.h 需要修改的有IP和PORT,服务端和客户端都需要修改,不然在本地跑不起来 mysql相关不需要改,我们的mysql服务器是在云端的 新增Cjson第三方库,安装后才能编译通过 git clone https://github.com/DaveGamble/cJSON.git cd cJSON mkdir build cd build cmake .. make sudo make install 做第一步的时候,不要在server或者client文件夹里面做 编译通过之后,记得去config/config.json里面修改ip