subify icon indicating copy to clipboard operation
subify copied to clipboard

ARM build

Open rafaelri opened this issue 5 years ago • 3 comments

Hi all,

I was willing to have subify running on my Raspberry Pi. I tried to cross compile it but since I am no Go Lang expert, I was unable to build subify on my own. It'd be useful also to have the build instructions on the wiki? Building multipackage apps on go isn't that straight forward as it seems... :(

rafaelri avatar Jan 11 '19 17:01 rafaelri

I don't have a Raspberry Pi to test it, but you can find information about ARM cross compilation here: https://github.com/golang/go/wiki/GoArm

Or you could simply download Go and Subify on your Raspberry Pi and compile directly on it. The Go compiler should automatically choose the right architecture for you.

I'll add a part for compiling Subify from source in the README :)

matcornic avatar Dec 22 '19 17:12 matcornic

README has been updated. Could you tell me if you have succeed in using Subify on Raspberry ?

matcornic avatar Dec 22 '19 20:12 matcornic

@rafaelri And in new 0.4.0 version, there are version for ARM

matcornic avatar Dec 22 '19 20:12 matcornic