vapoursynth-plugin icon indicating copy to clipboard operation
vapoursynth-plugin copied to clipboard

Incompatibility with LLVM 16

Open damian101 opened this issue 2 years ago • 1 comments

Tried to build on current Arch Linux, but fails, because llvm and llvm-libs versions are now at 16, had to downgrade.

damian101 avatar Sep 14 '23 00:09 damian101

Arch still has llvm15 so we can just use this for now. You can either do this manually or just simply follow the instruction on the AUR page

paru -S llvm15 llvm15-libs
export LLVM_CONFIG=/usr/bin/llvm-config-15
paru -S vapoursynth-plugin-vsakarin-git

This should work as long as Arch carries LLVM 15.

NSQY avatar Sep 14 '23 22:09 NSQY