编译
推荐使用git,使用git clone的方式拉取下来,因为使用下载的方式,还需要去手动下载对应的submodule,skynet的代码。
拉取代码
git clone https://github.com/huahua132/skynet_fly.git
拉取子模块代码
cd skynet_fly
git submodule update --init
拉取skynet代码代码子模块
cd skynet
git submodule update --init
cd ../
后续如果需要更新子模块代码
git submodule update --remote
使用sftp上传skynet_fly所有文件
根据系统安装对应依赖软件和库
ubuntu
sh install_ubuntu.sh
centos
sh install_centos.sh
编译
cd 到skynet_fly根目录make linux
编译没有出错的话,会在生成skynet_fly/skynet/skynet
可执行文件。
编译
https://huahua132.github.io/2023/02/25/skynet_fly_word/word_1/C_builder/