deleted ~/opt/vapoursynth and Hybrid/build then called ./build-vapoursynth.sh
-> no problem so far
Then I called build-plugins.sh and deploy-vapoursynth.sh which both completed without an error.
I then copied Hybrid_...7z and vapursynth_...7z to another VM, extracted them and called install-vs.sh
so far so good, now I will have to adjust Hybrid to the new location of files,... (and write new wrapper files to load the environment file)
-> will look into it over the weekend and report back
-> no problem so far

Then I called build-plugins.sh and deploy-vapoursynth.sh which both completed without an error.

I then copied Hybrid_...7z and vapursynth_...7z to another VM, extracted them and called install-vs.sh
mkdir -p ~/opt && 7z x Hybrid_20190806.7z && mv hybrid ~/opt/
7z x vapoursynth_20190806.7z && cd vapoursynth_20190806 && ./install-vs.sh && cd .. && rm -rf vapoursynth_20190806
-> will look into it over the weekend and report back
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.