mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #274] windows下MinGW该如何交叉编译frp? #197
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#197
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 @iscraft on GitHub (Mar 11, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/274
已经通过go get下载到了源码 但MinGW下没有make
想编译一个freebsd arm版本给家里的树莓派使用
简单的go build参数如下:
GOARCH=arm
GOOS=freebsd
GOARM=7
@fatedier commented on GitHub (Mar 12, 2017):
没有在 windows 环境下使用过,可以试试搜索相关资料。