cgrossde / Pullover

The unofficial multi-platform Pushover desktop client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running on Raspberry Pi Raspbian

BracWebb opened this issue · comments

Does the Linux version work on Raspbian for Raspberry Pis? I get the following:

pi@rpi:~/pullover $ ./pullover 
bash: ./pullover: cannot execute binary file: Exec format error

The notification library, libnotify4, is installed per the following documents:

Is this an OS compatibility issue, something else, or something I am doing wrong? Thanks!

Probably because Raspberry Pi is arm architecture, not the standard x86 that most desktop computers to run. Fortunately, this is open source so you can just recompile it for your architecture! There are build instructions in the README

commented

Thank you @frebib. I don't support Raspbian and will close this ticket.