[GH-ISSUE #3916] [Feature Request] Linux x86 #3108

Closed
opened 2026-05-05 14:00:47 -06:00 by gitea-mirror · 2 comments
Owner

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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 - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [X] Others
Author
Owner

@superzjg commented on GitHub (Jan 7, 2024):

https://github.com/fatedier/frp/issues/3661

<!-- gh-comment-id:1879981987 --> @superzjg commented on GitHub (Jan 7, 2024): https://github.com/fatedier/frp/issues/3661
Author
Owner

@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 两个。

<!-- gh-comment-id:1886139232 --> @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 两个。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3108
No description provided.