Skip to content

Unable to cmake for installation on Linux #27

Description

@ctsdownloads

Hoping you can point me in the right direction. I've successfully built OBS from source. It was green across the board, ending with a [100%] Built target obs.

Now, I've spent hours trying to figure out which directories I'm not getting correct for installing this plugin. I'm on PCLinuxOS, a 64bit distro. No matter what I try when running:

cmake -DLIBOBS_INCLUDE_DIR="every-directory-I-could-think-of" -DCMAKE_INSTALL_PREFIX=/usr ..
make -j4

Tried every single every single directory for my home/matt/obs-studio/ build. I have no idea what the correct directory would be. All I get is:

-- Could NOT find Libobs (missing: LIBOBS_LIB) 
CMake Error at external/FindLibObs.cmake:106 (message):
  Could not find the libobs library
Call Stack (most recent call first):
  src/motion-filter/CMakeLists.txt:4 (include)

I've tried the following directories:
/home/matt/obs-studio/build/UI/obs-frontend-api
/home/matt/obs-studio/build/libobs
/usr/include (did this as sudo)

And a few other directories I've forgotten about...

Please, what directory do I use to get this installed on an rpm based 64bit distro?

Thanks :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions