Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjulek committed Jan 5, 2025
1 parent d403306 commit 1d25cd1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ src.vszip.BoxBlur(hradius=13, hpasses=5, vradius=13, vpasses=5).set_output(6)

## Building

Put [zig-master](https://ziglang.org/download/) in your PATH and run: ``zig build -Doptimize=ReleaseFast``

Or run the script in [build-help](/build-help).
- Via manual download:\
Put [zig-master](https://ziglang.org/download/) in your PATH and run: ``zig build -Doptimize=ReleaseFast``.
- Via automated scripts:\
Run the script in [build-help](/build-help).
- Via AUR (for Arch Linux):\
Run ``paru -S vapoursynth-plugin-vszip-git``

0 comments on commit 1d25cd1

Please sign in to comment.