Closed donmurdoc closed 4 years ago
Hi,
Thank you for trying this plugin.
I'm afraid you need to set LIBOBS_INCLUDE_DIR
to point the location that contains header files such as obs-module.h
.
For example, cmake -DLIBOBS_INCLUDE_DIR=..../obs-studio/libobs ..
ok, I know the dir. Now, where should I put that info?
Ok I get it. Now I got this error:
WARNING: Target "command-source" requests linking to directory "/Applications/OBS.app/Contents/Resources/data/libobs". Targets may link only to libraries. CMake is dropping the item. -- Generating done -- Build files have been written to:
I guess the libobs binary is somewhere else? (I'm sorry I'm not a programer)
This is the command I executed:
cmake -DLIBOBS_INCLUDE_DIR=/Applications/OBS.app/Contents/Resources/data/libobs -DOBS_LIBRARIES=/Applications/OBS.app/Contents/Resources/data/libobs /Users/mynameis/Downloads/obs-command-source-master
I've rewritten build script based on another plugin obs-ndi
. You can download pkg from release section.
Hi, I'm trying to do this, but I get this error and don't know what to do exactly:
I run the cmake, but get this error:
-- Configuring incomplete, errors occurred! See also "/Users/mynameis/Downloads/caca/CMakeFiles/CMakeOutput.log".