# GameWebService **Repository Path**: peterxiang/GameWebService ## Basic Information - **Project Name**: GameWebService - **Description**: 用于Unity3d中相关处理 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-10-26 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GameWebService # ubuntu部署 ## 服务器编译 1. 删除boost与mysql相关库文件 2. 按照顺序安装依赖库 - libboost-dev - libmysqlcppconn-dev 3. 添加链接库 - -lpthread - 添加连接库libmysqlcppconn.o 到linklibrary下 4. 添加编译选项 - 使用64位编译(m64) - 支持c++11 5. 添加库目录 - ./ 即当前目录 6. 注意 不要使用右斜线“\\”包含头文件,在linux下不支持。