CppServer

目录
警告
本文最后更新于 2020-07-09,文中内容可能已过时。

使用 CppServer 实现 TCP/UDP 通信。

安装

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
apt-get install uuid-dev

pip3 install gil

git clone https://github.com/chronoxor/CppServer.git
cd CppServer
gil update

cd modules
rm -rf asio
pc git clone git@github.com:chriskohlhoff/asio.git

编译

1
2
cd build
./unix.sh

相关内容

william 支付宝支付宝
william 微信微信
0%