# DantyServer **Repository Path**: dantylee/DantyServer ## Basic Information - **Project Name**: DantyServer - **Description**: cpp 服务器 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-19 - **Last Updated**: 2026-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DantyServer #### 介绍 cpp 服务器 #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 依赖项 - **yaml-cpp**克隆编译安装 ```bash 1. git clone https://github.com/jbeder/yaml-cpp.git # 克隆仓库代码 2. cd yaml-cpp 3. mkdir build && cd build 4. cmake -DYAML_BUILD_SHARED_LIBS=ON .. # 开启编译动态库,OFF编译静态库 5. cmake --build . --config Release -j 8 # -j$(nproc) cpu核心数 6. sudo cmake --install . --prefix /usr/local ``` #### 基于Ubuntu的编译环境 1. sudo apt install cmake 2. sudo apt install build-essential 3. sudo apt install g++ # 第二步有缺漏再补上 4. sudo apt install libboost-all-dev # boost库 #### 使用说明 基于linux平台 1. cmake -S . -B build/linux -DCMAKE_BUILD_TYPE=Debug 2. cmake --build build/linux -j 8 3. bin/linux/test_log or 1. ./build.sh 2. bin/linux/test_log #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)