sioyek icon indicating copy to clipboard operation
sioyek copied to clipboard

How to cross compile to arm7/arm64?

Open jaum20 opened this issue 1 year ago • 3 comments

It is possible to compile this to run on a raspberry?

jaum20 avatar Jun 29 '23 16:06 jaum20

It should be. Raspberry Pi OS is based on Debian and Debian's packages build successfully on all 3 types of ARM supported by Debian. Sioyek was however not included in bullseye, the version of Debian that Raspberry Pi OS is currently based on. It might be possible to backport the current Debian package, but I have not tried that myself.

viccie30 avatar Jun 29 '23 16:06 viccie30

You can also use Debian or another distribution that includes sioyek instead of Raspberry Pi OS if you don't want to compile sioyek yourself.

viccie30 avatar Jun 29 '23 17:06 viccie30

Nixpkgs has an aarch64 output for sioyek: https://search.nixos.org/packages?channel=23.05&show=sioyek&from=0&size=50&sort=relevance&type=packages&query=sioyek.

LiamKearn avatar Jul 25 '23 12:07 LiamKearn