mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #143] osx 上 make失败 #90
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#90
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 @Qquanwei on GitHub (Oct 21, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/143
在项目目录执行make报错
不懂go,一开始以为是go版本问题装了个go1.6结果还是这种错误
@Qquanwei commented on GitHub (Oct 21, 2016):
切到v0.7.0到正常编译,v0.8.0,v0.8.1 都失败
@fatedier commented on GitHub (Oct 21, 2016):
Go 的项目放到 $GOPATH 下,建议你通过 go get github.com/fatedier/frp 下载源码。之后执行
cd $GOPATH/src/github.com/fatedier/frp && make。@Qquanwei commented on GitHub (Oct 21, 2016):
Thanks 可以了 :)