# GameServer 2.0 **Repository Path**: myprojects-all/GameServer ## Basic Information - **Project Name**: GameServer 2.0 - **Description**: GameServer 2.0 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-22 - **Last Updated**: 2025-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### GameServer 2.0 编译: 1. 系统需提前安装以下的依赖库: ```sudo apt install libtool curl libcurl3-dev uuid-dev ant``` 2. 先编译thirdparty,生成第三方库。 3. 然后再编译SvrSDK和Server。 ``` 先手动生成thirdparty,是为了防止SvrSDK和Server在重新编译的时候,重新生成所有第三库。 (第三方库的生成时间比较长,而且也不会变动,没有必要重新编译) ```