From c3efbc06595d6402d8ab18fd579002dc8b15ea84 Mon Sep 17 00:00:00 2001 From: Zhenbo Li <3221521+Endle@users.noreply.github.com> Date: Thu, 18 Feb 2021 15:10:55 +0800 Subject: [PATCH] Add dependency --- Build-instructions-(Fedora).md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Build-instructions-(Fedora).md b/Build-instructions-(Fedora).md index 3e57cc9..49c05db 100644 --- a/Build-instructions-(Fedora).md +++ b/Build-instructions-(Fedora).md @@ -33,7 +33,8 @@ Now it's time to reboot your machine. $ sudo dnf install gnupg2 meson gcc-c++ fontforge \ mingw64-gcc mingw64-gcc-c++ mingw64-winpthreads-static \ - mingw32-gcc mingw32-gcc-c++ mingw32-winpthreads-static + mingw32-gcc mingw32-gcc-c++ mingw32-winpthreads-static + $ pip install afdko Packages `mingw{32,64}-winpthreads-static` will automatically provide support for cross-compilation with POSIX thread support, which is dxvk requirement.