mirarr-app / mirarr

Mirarr, FOSS Movie App
Other
448 stars 11 forks source link

Version for Raspberry pi #42

Closed Sloggy closed 2 months ago

Sloggy commented 2 months ago

Hi

Mirarr doesn't work on Raspberry Pi (4b)

./Mirarr 
bash: ./Mirarr : impossible d'exécuter le fichier binaire : Erreur de format pour exec()

file ./Mirarr 
./Mirarr: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=28ac9dc6f6ee0100ea50d36b99b3ef9bc82c43f5, for GNU/Linux 3.2.0, not stripped

I suppose it is due to the CPU infrastructure who is different (ARM).

Could it be possible to have a release for this os? Or a paragraph in the readme explaining how to compile the app.

Thx