Ax9D / pw-viz

Pipewire graph editor written in Rust. WIP⚠️
GNU General Public License v3.0
230 stars 14 forks source link

What are the dependencies for compiling it? #17

Closed msmafra closed 2 years ago

msmafra commented 2 years ago

What are the dependencies for compiling it? I am on Fedora and couldn't compile 0.16. Is there a Docker image that I could set or grab to compile it?

Ax9D commented 2 years ago

You'll need the following,

Fedora:

dnf install pipewire pipewire-devel clang libxcb-devel

Arch:

pacman -S pipewire pkg-config clang libxcb

I will make a note for dependencies in the readme

msmafra commented 2 years ago

Thank you kindly!

Ax9D commented 2 years ago

You're welcome!