obs-v4l2sink
obs-v4l2sink copied to clipboard
Can't Build - Solus
I cloned obs-studio and have v4l2loopback running. I cd'd into build and ran cmake -DLIBOBS_INCLUDE_DIR="../../obs-studio/libobs" -DCMAKE_INSTALL_PREFIX=/usr ..
and get this error:
CMake Error at CMakeLists.txt:6 (find_package):
By not providing "FindLibObs.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "LibObs", but
CMake did not find one.
Could not find a package configuration file provided by "LibObs" with any
of the following names:
LibObsConfig.cmake
libobs-config.cmake
Add the installation prefix of "LibObs" to CMAKE_PREFIX_PATH or set
"LibObs_DIR" to a directory containing one of the above files. If "LibObs"
provides a separate development package or SDK, be sure it has been
installed.
What happened to this?
Duplicate of #52?
On Ubuntu the package is libobs-dev
, I did a quick search and it might be called libobs
on Solus.
Duplicate of #52? On Ubuntu the package is
libobs-dev
, I did a quick search and it might be calledlibobs
on Solus.
Thanks, I tried searching for libobs and didn't find anything. I found liboobs which was not the package.