obs-v4l2sink icon indicating copy to clipboard operation
obs-v4l2sink copied to clipboard

Can't Build - Solus

Open oldaccountdeadname opened this issue 4 years ago • 2 comments

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?

oldaccountdeadname avatar Jun 09 '20 15:06 oldaccountdeadname

Duplicate of #52? On Ubuntu the package is libobs-dev, I did a quick search and it might be called libobs on Solus.

ZeevoX avatar Jun 10 '20 17:06 ZeevoX

Duplicate of #52? On Ubuntu the package is libobs-dev, I did a quick search and it might be called libobs on Solus.

Thanks, I tried searching for libobs and didn't find anything. I found liboobs which was not the package.

oldaccountdeadname avatar Jun 10 '20 21:06 oldaccountdeadname