mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #21] 编译好慢,能否直接编译几个常用的版本 #4
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @niluanxy on GitHub (Apr 9, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/21
原来用的 ngrok,问题好大,然后看到这个想试试。结果天朝的网络你懂的,下载下来,make以后一直没动静,作何能否编译几个常用的版本,比如 arm7,x86,x64 等
@niluanxy commented on GitHub (Apr 9, 2016):
弄好了,不理报错信息就好
@fatedier commented on GitHub (Apr 11, 2016):
我原来用的ngrok,自己编译就很麻烦,后来放服务器上一段时间之后内存占用达到4G了,基本上过一段时间要重启一次。
我已经放上了 linux x86 x64 编译好的版本。
make以后没动静应该是正在 go get godep 的原因,从github下载速度应该还行,至于报错信息我看了下,是因为 godep v59 版本进行了一次更新,会检测当前目录是否是 GOPATH 的子目录,但是因为我的项目编译的时候修改了 GOPATH ,所以会提示错误,其实没有什么影响,我已经修改了Makefile,更新到了 dev 分支,现在不会报错了。
@niluanxy commented on GitHub (Apr 11, 2016):
恩,我自己也编译好了,已经用上了,服务器上才跑了两天,目前效果很好,挺稳定的,赞一个。
原始邮件
发件人:fatediernotifications@github.com
收件人:fatedier/frpfrp@noreply.github.com
抄送:木风niluanxy@163.com
发送时间:2016年4月11日(周一) 11:28
主题:Re: [fatedier/frp] 编译好慢,能否直接编译几个常用的版本 (#21)
我原来用的ngrok,自己编译就很麻烦,后来放服务器上一段时间之后内存占用达到4G了,基本上过一段时间要重启一次。
我已经放上了 linux x86 x64 编译好的版本。
make以后没动静应该是正在 go get godep 的原因,从github下载速度应该还行,至于报错信息我看了下,是因为 godep v59 版本进行了一次更新,会检测当前目录是否是 GOPATH 的子目录,但是因为我的项目编译的时候修改了 GOPATH ,所以会提示错误,其实没有什么影响,我已经修改了Makefile,更新到了 dev 分支,现在不会报错了。
—
You are receiving this because you modified the open/close state.
Reply to this email directly or view it on GitHub