cgrossde / Pullover

The unofficial multi-platform Pushover desktop client
382 stars 71 forks source link

Running on Raspberry Pi Raspbian #103

Closed BracWebb closed 6 years ago

BracWebb commented 6 years ago

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!

frebib commented 6 years ago

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

cgrossde commented 6 years ago

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