码迷,mamicode.com
首页 > Web开发 > 详细

安装uWebSocketIO

时间:2019-12-21 20:12:51      阅读:351      评论:0      收藏:0      [点我收藏+]

标签:soc   dir   tps   lib64   out   sockets   style   cmak   pre   

https://github.com/uNetworking/uWebSockets

sudo apt-get install libuv1-dev
git clone https://github.com/uNetworking/uWebSockets.git
 
cd uWebSockets/
git checkout e94b6e1
mkdir build
cd build/
cmake ..
make
sudo make install
 
sudo ln -s /usr/lib64/libuWS.so  /usr/lib/libuWS.so

安装uWebSocketIO

标签:soc   dir   tps   lib64   out   sockets   style   cmak   pre   

原文地址:https://www.cnblogs.com/long5683/p/12077955.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!