nowrep / obs-vkcapture

OBS Linux Vulkan/OpenGL game capture
GNU General Public License v2.0
532 stars 25 forks source link

Build deps not specified in repo. #78

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi, No dependencies are listed in the repo. This makes compiling annoying as you must find the deps one at a time from the cmake errors.

On Fedora, The dependencies were cmake make gcc-g++ obs-studio-devel wayland-devel mesa-libGL-devel vulkan-devel vulkan-loader-devel

nowrep commented 2 years ago

Patches welcome.

The dependencies are pretty much all what you expect - it captures OpenGL and Vulkan applications so it needs OpenGL and Vulkan libs, it's also OBS plugin so it needs OBS libs. Wayland/X11 is optional.

There is also PKGBUILD that you can look at for Arch deps.