mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #82] 能否编译一个mipsel版的 #36
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#36
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 @flashsoft on GitHub (Aug 19, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/82
@fatedier commented on GitHub (Aug 19, 2016):
Yes, now you can download it from release, but 32bit for mips is not supported in go.
@flashsoft commented on GitHub (Aug 19, 2016):
感谢,不过很可惜,那个破路由是32bit的
@p0we7 commented on GitHub (Sep 9, 2016):
@fatedier 请教一下Go程序是怎么样编译mips版本的。
@fatedier commented on GitHub (Sep 9, 2016):
@p0we7
env GOOS=linux GOARCH=mips64 go build -o ./frpc_linux_mips64 ./src/cmd/frpc