liudf0716 / xfrpc

The xfrpc project is a lightweight implementation of the FRP client written in C language for OpenWRT and IoT systems. It is designed to provide an efficient solution for resource-constrained devices such as OpenWRT routers and IoT devices, which often have limited ROM and RAM space.
GNU General Public License v3.0
719 stars 90 forks source link

How to cross compile this project? #1

Closed adfnekc closed 2 years ago

adfnekc commented 2 years ago

i want cross compile this project ,that compile from x64 to arm; what should i do?

naY9yjoS6ZqhOd35sIFH commented 2 years ago

and,how about port to netbsd/vax,i have environment to build this

liudf0716 commented 2 years ago

@adfnekc I think just compile like x86, if u have arm ubuntu system. or like openwrt which provide toolchain to compile xfrpc @naY9yjoS6ZqhOd35sIFH I didn't compile in netbsd/vax, however I think xfprc can be compile just like in ubuntu