keithfancher / tvmv

Bulk-rename TV episode files with minimal fuss
GNU General Public License v3.0
36 stars 2 forks source link

aarch64 binary for raspberry pi #8

Open phantomdiorama opened 2 months ago

phantomdiorama commented 2 months ago

Any chance of a aarch64 binary for use on a raspberry pi? or maybe build instructions for raspberry pi?

keithfancher commented 2 months ago

Good question! Probably not in the very-near future, since I don't actually own a raspberry pi to build (or even test a cross-compiled build). But it would certainly be cool to figure it out.

Re: build instructions, I've done a tiny bit of research on this and it sounds a bit tricky generally to get Haskell projects built on the raspberry pi... though not impossible! Sounds like the tough part here might be tvmv's build system, Stack.

I'm going to drop a few links here, both for my own future reference and for anyone brave enough to give it a go:

Meanwhile, thanks for filing the issue! It didn't occur to me that someone might want this.