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.