From bf241635e134720dd0587f64de1aaf12a7a437a1 Mon Sep 17 00:00:00 2001 From: wangqr Date: Sun, 31 May 2020 00:43:20 -0400 Subject: [PATCH] avisynthplus no longer in AUR for Archlinux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cab46068d..9986ee887 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ make This fork also provides CMake build. The CMake project will only build Aegisub itself, without the translation. -You still need to install the dependencies above. To enable AviSynth+ support, it is also needed. On ArchLinux this can be done by installing [avisynthplus](https://aur.archlinux.org/packages/avisynthplus). Installing dependencies on Windows can be tricky, as Windows doesn't have a good package manager. Refer to [the Wiki page](https://github.com/wangqr/Aegisub/wiki/Compile-guide-for-Windows-(CMake,-MSVC)) on how to get all dependencies on Windows. +You still need to install the dependencies above. To enable AviSynth+ support, it is also needed. Installing dependencies on Windows can be tricky, as Windows doesn't have a good package manager. Refer to [the Wiki page](https://github.com/wangqr/Aegisub/wiki/Compile-guide-for-Windows-(CMake,-MSVC)) on how to get all dependencies on Windows. After installing the dependencies, you can clone and build Aegisub with: