Hello!
I have been trying to compile both examples on MacOS without success. The error I receive happens on the Copy x86_64 stage of the build process:
modules/foleys_video_engine/libs/MacOSX/x86_64: No such file or directory
Looking into the folders, it appears that the libs folder is not present, not even in the original foleys_video_engine repository. Is this a generated file that is required to be built before using the engine as a JUCE module?
Hello!
I have been trying to compile both examples on MacOS without success. The error I receive happens on the
Copy x86_64stage of the build process:modules/foleys_video_engine/libs/MacOSX/x86_64: No such file or directoryLooking into the folders, it appears that the
libsfolder is not present, not even in the originalfoleys_video_enginerepository. Is this a generated file that is required to be built before using the engine as a JUCE module?