Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu package names for dependancies #222

Open
ItsRogueRen opened this issue Jul 27, 2024 · 1 comment
Open

Ubuntu package names for dependancies #222

ItsRogueRen opened this issue Jul 27, 2024 · 1 comment

Comments

@ItsRogueRen
Copy link

Been trying for an hour to compile this on Ubuntu but keep failing as nearly every single dependency is called something different on Ubuntu. Would it be possible to update the README with a section for all the dependencies with their Ubuntu package names, since Ubuntu is the official native package for OBS?

@ItsRogueRen
Copy link
Author

ItsRogueRen commented Jul 28, 2024

on Ubuntu 22.04 you need to do the following:

If you're using Distrobox and want to use the OBS PPA, start with
sudo apt install software-properties-common

Followed by the PPA
sudo add-apt-repository ppa:obsproject/obs-studio

update your system with
sudo apt update

and then install the following
sudo apt install git ffmpeg obs-studio cmake libvulkan-dev libgl1-mesa-dev libegl1-mesa-dev libx11-dev libxcb1-dev libwayland-dev wayland-protocols pkg-config

Follow the build instructions from there, clone the repo
git clone https://github.com/nowrep/obs-vkcapture.git

move to the folder
cd obs-vkcapture

And then build with the following commands

mkdir build && cd build

cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..

make && sudo make install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant