Created
January 13, 2026 04:52
-
-
Save Uranite/d6d4858ea4afeffdd7fab57e1f54d53a to your computer and use it in GitHub Desktop.
vapoursynth-zip Termux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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