基础环境准备
# 安装git
apt install git
# 如果报错则用下面的安装
apt-get update
apt-get upgrade
apt-get install git
# 安装go
apt install golang-go
# 下载源码
git clone https://github.com/hanchuanchuan/goInception
cd goInception
make parser
# 构建二进制包
go build -o goIncep

本文详细介绍了如何在Linux环境下从零开始安装配置必要的开发工具,包括Git和Go语言环境,并逐步引导读者完成goInception项目的下载、构建及运行。特别针对在构建过程中可能出现的错误提供了具体的解决方案。
最低0.47元/天 解锁文章
1372

被折叠的 条评论
为什么被折叠?



