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

openSUSE

Open einnerlink opened this issue 6 years ago • 3 comments

Is there a way to install it on this distro. I've tried what README file says but it doesn't work, maybe cos it's for ArchLinux.

einnerlink avatar May 02 '18 00:05 einnerlink

Version libgphoto? Have you installed developer tools such as cmake and header files of library dependencies? Which version of the openSUSE you use, so that I can test it myself?

Atterratio avatar May 02 '18 09:05 Atterratio

  • obs-studio

  • libgphoto2-6

  • libMagickCore-7_Q16HDRI5

  • libudev1

  • cmake

  • opensuse tumbleweed All previous installed in my distro! First problem I got was C compiler which I didn't have installed, and now when I run any of the of the instructions in the README file, for example $ cmake . -DSYSTEM_INSTALL=0 I got this:

    user@opensuse:~/obs-gphoto-0.3.0> cmake . -DSYSTEM_INSTALL=1
    CMake Warning at CMakeLists.txt:11 (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.
    
    
    CMake Error at CMakeLists.txt:15 (message):
      LibObs NOT FOUND
    
    
    -- Configuring incomplete, errors occurred!
    See also "/home/agape/Descargas/obs-gphoto-0.3.0/obs-gphoto-0.3.0/CMakeFiles/CMakeOutput.log".
    See also "/home/agape/Descargas/obs-gphoto-0.3.0/obs-gphoto-0.3.0/CMakeFiles/CMakeError.log".
    

einnerlink avatar May 03 '18 03:05 einnerlink

It looks like you do not have the OBS header files installed, or you installed OBS manually in non standard directory where cmake cannot find the LibOBS package. Try to install headers or OBS by package manager, or set CMAKE_PREFIX_PATH to you LibOBS.

Atterratio avatar May 05 '18 14:05 Atterratio