CMake Error; Could NOT find SIMDe?
- OS: Zorin OS 18 Core
- GPU: NVIDIA RTX 3070
- Mesa version: I'm unsure how to find that, but using the vulkaninfo summary, driverInfo is saying Mesa 25.2.5+git2510201010.41ac09398a6~n~mesarc1 (LLVM 19.1.7)
- obs-vkcapture version: Not sure how to find this, but I've just run the git clone command to grab it today.
I've been having some issues trying to figure out how to install vkcapture since I'm new to Linux. I found a guide on how to install the dependencies, so I'll paste what I can here.
https://pastebin.com/2is0VptF
I've also tried installing libobs, but keep getting 'unable to locate package' errors, or the following.
The following packages have unmet dependencies: obs-studio : Conflicts: libobs0 E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
I found a guide that also indicated "Readme lists libobs as dependency, but it throws apt error and I was able to compile without it..."
I've been trying a few things, one of which is installing each dependency individually instead of in one big block. I also used this install guide: https://deepwiki.com/nowrep/obs-vkcapture/2-installation
My issue seems to still be with the Cmake command.
User@Computer:~$ cd obs-vkcapture
User@Computer:~/obs-vkcapture$ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
CMake Warning:
Ignoring extra path from command line:
".."
CMake Error: The source directory "/home/User" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
I am finding CMakeLists.txt in ~/obs-vkcapture. I'm not sure why it's checking /home/User for the file. Would it cause problems to place that txt file there as well?
simde is OBS dependency, that has nothing to do with this plugin.