cantudo
cantudo
Hello, I forked the repository to make it compile and launch on linux ([https://github.com/cantudo/Ebou](https://github.com/cantudo/Ebou)). The main issue that I have with this, and the reason I do not want to...
I think you are missing xdotool, which is required for muda, you also need gtk3: ``` # pacman -S gtk3 xdotool ``` On Sat, Jun 17, 2023, 2:07 AM StandingPad...
I think this issue is also due to missing dependencies, see [this](https://ma.ttias.be/could-not-find-directory-of-openssl-installation/). Try this: `# dnf install pkg-config openssl-devel`
sure! i will submit a pr
@terhechte The arch section at least is wrong, I think the correct line is: ``` pacman -S gtk3 xdotool libsoup webkit2gtk ``` All these ``` xdotool-dev gtk3-devel libsoup-devel webkit2gtk3-soup2-devel webkit2gtk3-devel...
I had this same issue while trying to compile an RTC driver module. I used rpi-source to get the kernel sources, it turns out that rpi-source as of now only...
Hey, I also came across this for a project of mine, I am trying to implement the missing pins in #920 . I _think_ I implemented all of them, but...