mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3916] [Feature Request] Linux x86 #3108
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#3108
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 @byzhao on GitHub (Jan 7, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/3916
Describe the feature request
你好,由于节点有不少X86的设备,请问咱们还有支持Linux x86的计划吗?
Describe alternatives you've considered
No response
Affected area
@superzjg commented on GitHub (Jan 7, 2024):
https://github.com/fatedier/frp/issues/3661
@jasonfanjun commented on GitHub (Jan 11, 2024):
给你一个可行的方案,针对最新的版本已经经过测试。
1.克隆仓库或者直接下来 zip
2.解压后进入该目录。
3.使用 vscode 编辑根目录下Makefile.cross-compiles 文件
4.第 5 行改为os-archs=linux:386
5.保存后终端执行make -f Makefile.cross-compiles 注意,必须是最新的 go 版本
编译后在release目录拿到编译后可执行文件,放到对应位置就可以使用,frps和 frpc 两个。