mattn / bsky

A cli application for bluesky social
269 stars 26 forks source link

How to run or build it on a Raspberry Pi? #12

Closed marco79cgn closed 10 months ago

marco79cgn commented 10 months ago

Hi, while the provided release binaries work perfectly fine on macOS (Darwin), I can't get it to work on a Raspberry Pi (Raspberry OS, Debian GNU/Linux 11 bullseye). The linux binary is not compatible.

I tried to install it manually by first installing golang with sudo apt install golang and afterwards I tried to run

go install github.com/mattn/bsky@latest
package github.com/mattn/bsky@latest: cannot use path@version syntax in GOPATH mode

Any help appreciated.

marco79cgn commented 10 months ago

Got it to work, at least on a Raspberry Pi 3 (not 4 though).

Needed steps: