悉野小楼

导航

ubuntu编译skynet

原始地址:

https://github.com/cloudwu/skynet

如果想调试lua需要下面的skynet与插件:

https://github.com/colinsusie/skynet

https://github.com/colinsusie/skynetda

 

ubuntu编译skynet 需要安装:

sudo apt-get install autoconf automake libtool

(不安装会报 ./autogen.sh: 5: ./autogen.sh: autoreconf: not found)

参考:https://blog.csdn.net/m0_37322399/article/details/108523119

make linux

安装ssh服务

sudo apt update
sudo apt install openssh-server
安装好后ssh服务会自动启动
可以输入, 检测运行状态
sudo systemctl status ssh

查看端口占用
netstat -ntulp |grep 2

vscode安装插件: Remote-SSh, SkynetDebugger, 远程用ssh连linux调试lua

 

posted on 2023-11-25 20:06  悉野  阅读(28)  评论(0编辑  收藏  举报