# CppIMSoftware **Repository Path**: wadegao/cpp-imsoftware ## Basic Information - **Project Name**: CppIMSoftware - **Description**: Cpp, Database, epoll, C/S - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2021-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C++实现的TCP即时通讯软件
## 基本原理
epoll、C/S、线程池、MySQL
## 基本功能
群聊、私聊、获取用户列表
用户数据持久化、支持IPv6网络
## 安装
### Linux:penguin:
#### 安装```libmysqlclient-dev```
```bash
sudo apt install libmysqlclient-dev
```
#### 安装CMake
```bash
sudo apt install cmake
```
#### 安装本体
```bash
git clone https://gitee.com/wadegao/cpp-imsoftware.git ./cpp-imsoftware/
cd cpp-imsoftware/
sh compile.sh
```
## 运行
+ 服务端
```bash
cd bin/
./Server
```
+ 客户端
```bash
cd bin/
./Client