Linux平台部署教程¶
本教程将引导你在 Linux 平台上部署运行GFHelper。
从发布版本运行¶
推荐绝大多数用户使用。
- 使用浏览器打开 https://github.com/gfhelper/GFHelper/releases,下载压缩包并解压。
- 在
bash
中定位到解压后的文件夹。 - 输入文件名并回车,来调用对应可执行文件。
从源码运行¶
推荐想修改源代码的同学使用。
- 安装
Git
,Golang SDK
并配置正确的GOPATH
和GOROOT
。 - 通过
go get -u https://github.com/gfhelper/GFHelper
下载并更新源代码。 - 定位至
~/go/src/github.com/gfhelper/GFHelper
。 - 运行
build.bat
编译对应程序。