ErikReider / SwayAudioIdleInhibit

GNU General Public License v3.0
166 stars 15 forks source link

Which dependenices should I install before building the package? #20

Closed zhandosweb closed 8 months ago

zhandosweb commented 8 months ago

Hello, sir! First of all, thank you for your package. Can you help me to build your package? I'm a newbie, I'm now using Ubuntu 23.10 with Sway + Waybar.

I have installed meson first from apt-repository. And downloaded package zip archive from release page. And trying to build it using meson build, but it gives me an error, something like: meson.build:8:17: ERROR: Dependency "wayland-protocols" not found, tried pkgconfig

I tried to install wayland-protocols from apt repository, and then there are other dependency errors appears again. So I deleted wayland-protocols, I don't know what is this package for, and don't want to break my system.

Can you give me actual instructions to build/setup your package? Sorry, I'm a dumb noob user. Maybe I should install all dependencies at once first?

ErikReider commented 8 months ago

I'm on Fedora, but these should be the correct dependencies needed: git meson gcc g++ pkg-config libwayland-dev wayland-protocols libpulse-dev

These packages won't break anything, so don't worry about that :)