数值策划学习skynet的小白历程
时间:2019-12-18 15:46:35
收藏:0
阅读:101
1. skynet 安装
1.安装git
sudo apt-get install git
2.安装autoconf automake libtool
sudo apt-get install autoconf automake libtool
3.安装readline dev package
sudo apt-get install libreadline6 libreadline6-dev
4.下载skynet框架
git clone https://github.com/cloudwu/skynet.git
5. 编译
cd 进去,而后make linux
原文:https://www.cnblogs.com/mizime/p/12059940.html
评论(0)