obs-vst | Use VST plugins in OBS | Plugin library
kandi X-RAY | obs-vst Summary
kandi X-RAY | obs-vst Summary
Use VST plugins in OBS
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of obs-vst
obs-vst Key Features
obs-vst Examples and Code Snippets
Community Discussions
Trending Discussions on obs-vst
QUESTION
I am trying obs-studio-node.
This module require libobs
as dependency. While building this module it download a pre-built version of libobs
if none is specified. We can specify out custom libobs
as mentioned in README.md
I followed these steps to build libobs
. These steps are listed in README.md
git clone https://github.com/stream-labs/obs-studio
cd obs-studio
git submodule update --init --recursive
mkdir build
cd build
cmake .. -DENABLE_UI=false -DDepsPath="C:\Users\alokm\Downloads\dependencies2019\win64" -DENABLE_SCRIPTING=false -G"Visual Studio 16 2019" -A x64
cmake --build .
cpack -G ZIP
Last step (cpack -G ZIP
) is failing with errors
ANSWER
Answered 2021-Feb-25 at 08:04Check what exact configuration you have built. The output of CPack tries to install the Release
configuration. However, you didn't mention any when did project configuration (and it may project-dependent to set some defaults).
Try add explicitly what you want:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install obs-vst
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page