Selur's Little Message Board

Full Version: MacOS install instructions need update
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Since there is a native MacOS installer for Vulkan the installation instructions for #5 need an update from CLI install.

#6 fixed for space to:
Code:
sudo xattr -r -d com.apple.quarantine /Applications/D2V\ Witch.app
(maybe this can be integrated https://eclecticlight.co/xattred-sandstrip-xattr-tools/)
for:
Code:
sudo xattr -d com.apple.quarantine /Library/Frameworks/VapourSynth.framework/lib/vapoursynth/*
get error "No such xattr: com.apple.quarantine" for each filter
but this:
Code:
sudo xattr -rd com.apple.quarantine /Library/Frameworks/VapourSynth.framework/lib/vapoursynth/*
seems to work
Thanks for the info, will adjust the README that comes with the installer accordingly.

Cu Selur