Skip to content

Instantly share code, notes, and snippets.

@Uranite
Created January 13, 2026 04:52
Show Gist options
  • Select an option

  • Save Uranite/d6d4858ea4afeffdd7fab57e1f54d53a to your computer and use it in GitHub Desktop.

Select an option

Save Uranite/d6d4858ea4afeffdd7fab57e1f54d53a to your computer and use it in GitHub Desktop.
vapoursynth-zip Termux
pkg install git -y
git clone -b gitmodules https://github.com/dnjulek/vapoursynth-zip.git --recursive --shallow-submodules
cd vapoursynth-zip
wget "https://ziglang.org/download/0.15.2/zig-aarch64-linux-0.15.2.tar.xz"
tar -xf "zig-aarch64-linux-0.15.2.tar.xz"
zig-aarch64-linux-0.15.2/zig build -Doptimize=ReleaseFast -Dtarget=aarch64-linux-musl
cp zig-out/lib/libvszip.so $PREFIX/lib/vapoursynth/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment