So I can make a CLI version and it compiles fine, but as soon as I enable the UI I keep getting a few errors, and I don't see anything in the "setting up the environment" wiki guide that explains these so...
ImageMagick
ImageMagick_EXECUTABLE_DIR-NOTFOUND
ImageMagick_MagickCore_ARCH_INCLUDE_DIR-NOTFOUND
ImageMagick_MagickCore_INCLUDE_DIR-NOTFOUND
ImageMagick_MagickCore_LIBRARY-NOTFOUND
Do I have to download the source for that and build it first, maybe put it in the DEPSDIR for dependencies?
I also get a CMake error: Qt5Widgets_DIR-NOTFOUND
But, I see the DLL in the bin folder for 5.6 and 5.7, but I can't find any cmake files for the qtwidgets include anywhere. I found the .h files but ...
ImageMagick
ImageMagick_EXECUTABLE_DIR-NOTFOUND
ImageMagick_MagickCore_ARCH_INCLUDE_DIR-NOTFOUND
ImageMagick_MagickCore_INCLUDE_DIR-NOTFOUND
ImageMagick_MagickCore_LIBRARY-NOTFOUND
Do I have to download the source for that and build it first, maybe put it in the DEPSDIR for dependencies?
I also get a CMake error: Qt5Widgets_DIR-NOTFOUND
But, I see the DLL in the bin folder for 5.6 and 5.7, but I can't find any cmake files for the qtwidgets include anywhere. I found the .h files but ...
Code:
OBS_VERSION:
Found FFmpeg: C:/obsdep/win64/bin/avcodec.lib (found version "57.48.101") found components: avcodec avfilter avdevice avutil swscale avformat swresample
Jansson >=2.5 not found, building bundled version
Found FFmpeg: C:/obsdep/win64/bin/avformat.lib (found version "57.41.100") found components: avformat avutil swscale swresample avcodec
Using libavcodec for image loading in libobs
CMake Error at obs/CMakeLists.txt:32 (find_package):
By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"Qt5Widgets", but CMake did not find one.
Could not find a package configuration file provided by "Qt5Widgets" with
any of the following names:
Qt5WidgetsConfig.cmake
qt5widgets-config.cmake
Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
"Qt5Widgets_DIR" to a directory containing one of the above files. If
"Qt5Widgets" provides a separate development package or SDK, be sure it has
been installed.