Skip to content

Commit 6d2325d

Browse files
Uraniteshssoichiro
authored andcommitted
Update compiling.md
Rephrase VapourSynth setup to prevent people into thinking that a certain version of VapourSynth is required Avoid directly linking NASM for the same reason
1 parent 6d9e660 commit 6d2325d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

site/src/compiling.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ If you want to build the binary yourself, you will need the following dependenci
3737

3838
- [Microsoft Visual C++ Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/) - this is a dependency for Rust
3939
- [The Rust toolchain](https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe)
40-
- [VapourSynth](https://github.com/vapoursynth/vapoursynth/releases/download/R68/VapourSynth64-Portable-R68.zip)
41-
- [NASM](https://www.nasm.us/pub/nasm/releasebuilds/2.16.03/win64/nasm-2.16.03-installer-x64.exe)
40+
- [VapourSynth](https://github.com/vapoursynth/vapoursynth/releases/latest) (download the portable version; the installed version could also work)
41+
- [NASM](https://nasm.us/)
4242
- [FFmpeg](https://github.com/GyanD/codexffmpeg/releases/download/7.0/ffmpeg-7.0-full_build-shared.7z) (thanks to [gyan](https://github.com/GyanD) for providing these builds)
4343

4444
### FFmpeg setup:
@@ -47,9 +47,9 @@ If you want to build the binary yourself, you will need the following dependenci
4747
- (For example, set `FFMPEG_DIR` to `C:\Users\Username\Downloads\ffmpeg-7.0-full_build-shared`)
4848

4949
### VapourSynth setup:
50-
- Extract the file `VapourSynth64-Portable-R68.zip` to a directory.
51-
- Create a new environment variable named `VAPOURSYNTH_LIB_DIR` and set it to the directory path where you extracted `VapourSynth64-Portable-R68.zip`, appending `\sdk\lib64` to the path.
52-
- (For example, set `VAPOURSYNTH_LIB_DIR` to `C:\Users\Username\Downloads\VapourSynth64-Portable-R68\sdk\lib64`)
50+
- Extract the contents of the portable VapourSynth zip file to a directory.
51+
- Create a new environment variable named `VAPOURSYNTH_LIB_DIR` and set it to the directory path where you extracted the file, appending `\sdk\lib64` to the path.
52+
- (For example, set `VAPOURSYNTH_LIB_DIR` to `C:\Users\Username\Downloads\VapourSynth64-Portable-R69\sdk\lib64`)
5353

5454
Then, either clone the repository by running
5555

0 commit comments

Comments
 (0)