CatxFish / obs-v4l2sink

obs studio output plugin for Video4Linux2 device
GNU General Public License v2.0
931 stars 99 forks source link

Can't Build - Solus #53

Open oldaccountdeadname opened 4 years ago

oldaccountdeadname commented 4 years ago

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?

zeevox commented 4 years ago

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

oldaccountdeadname commented 4 years ago

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.