搭建go语言开发环境
下载frp源码:git clone https://github.com/fatedier/frp.git
进入frp目录:cd frp
linux上编译
make 生成文件在frp/bin
make -f Makefile.cross-compiles 生成文件在frp/release
windows上编译
go build -o ./release/frps_windows_amd64.exe ./cmd/frps
go build -o ./release/frpc_windows_amd64.exe ./cmd/frpc
编译frp源码
标签:
Golang
上一篇:
搭建go语言开发环境
下一篇:
用GoLand debug运行frp