markusfisch / PieDock

A dock but in shape of a pie menu
http://markusfisch.de/PieDock
MIT License
19 stars 7 forks source link

ARM version for Single Board Computers (Pi etc.) #18

Closed GreenLunar closed 2 years ago

GreenLunar commented 2 years ago

When attempting to install on ArchLinuxARM from AUR https://aur.archlinux.org/packages/piedock/ I get a message that the software is not available for the 'armv7h' architecture.

markusfisch commented 2 years ago

Hm, that's interesting 🤔 Frankly, I don't know why you're getting this message because PieDock does in fact compile on armv7. You could verify it's working by building it manually. Just clone this repo, change into the directory and run:

$ sh/deploy

I didn't compile the package for AUR, and I don't have Arch installed on armv7 so I don't know what's going wrong unfortunately 😬

GreenLunar commented 2 years ago

I'll refer to Arch Linux ARM forum and get back to you. Thanks