Martichou/rquickshare

Can you compile for ARM device, aka raspberry pi?

Closed this issue · 3 comments

I want to run this on a raspberry pi zero so I can easily send photos to here:

I think it work well with this project: https://magpi.raspberrypi.com/articles/pi-zero-w-smart-usb-flash-drive

How hard would it be to add arm based builds? Thank you!

The project has been made ARM64 compatible a little while ago (#97).

But as of today, I can't provide ARM64 builds due to Github Actions not providing any Linux ARM64 machines. This is something I'm waiting for before being able to release RQuickShare for ARM64.

You can still compile it yourself in theory, but I'm unsure about Raspberry PI as it's ARM (not 64) and not sure you have Webkit2Gdk or something like that on it. It is also worth noting that RQuickShare require confirmation of the PIN code before accepting a transfer, so if you don't have a display/mouse on your PI, it's worthless.

If by headless you mean without UI and without the need to accept each request, I do not plan to do that currently. But that's something easily doable using for example the binary in the core_lib folder.