tryffel / jellycli

Jellyfin terminal client
GNU General Public License v3.0
206 stars 8 forks source link

armhf Build (Raspberry Pi Zero W) #50

Closed joshaspinall closed 1 year ago

joshaspinall commented 1 year ago

Requires alsa-tools.

Build terminates with the following:

joshua@pizerow:~/go/src/tryffel.net/go/jellycli $ go build . # tryffel.net/go/jellycli/util util/browser_macos.go:21:5: browserOpenUrl redeclared in this block previous declaration at util/browser_linux.go:21:5

tryffel commented 1 year ago

yeah, there's a bug in the master branch related to #48 . You can try checking out one commit before the latest and build that one instead. (2ffd1839ceb2121c801a928dac580a364eacad56)

joshaspinall commented 1 year ago

Built successfully and works a treat. Keep up the good work! 👍🏻