Hello,
I'm trying out the obs-plugin-template. I'm on Windows 10 and have Visual Studio 2022.
I'm working with this project:
I ran cmake and got the following error:
I ran the cmake command thus:
I'm not 100% that I have the cmake command line right, but it also appears to be getting a bad url for the dependencies. Thanks for any help!
...John
I'm trying out the obs-plugin-template. I'm on Windows 10 and have Visual Studio 2022.
I'm working with this project:
GitHub - obsproject/obs-plugintemplate
Contribute to obsproject/obs-plugintemplate development by creating an account on GitHub.
github.com
I ran cmake and got the following error:
-- Setting up Pre-Built obs-deps ()
-- Downloading https://github.com/obsproject/obs-deps/releases/download/2023-04-12/windows-deps-2023-04-12-.zip
CMake Error at cmake/common/buildspec_common.cmake:169 (file):
file DOWNLOAD cannot compute hash on failed download
I ran the cmake command thus:
PS C:\Projects\temp\duanepugh\obs-plugintemplate-master\build> cmake -G "Visual Studio 17 2022" -S C:\Projects\temp\duanepugh\obs-plugintemplate-master -B .
I'm not 100% that I have the cmake command line right, but it also appears to be getting a bad url for the dependencies. Thanks for any help!
...John