Add dependency

Zhenbo Li 2021-02-18 15:10:55 +08:00
parent 476add0386
commit c3efbc0659

@ -34,6 +34,7 @@ Now it's time to reboot your machine.
$ sudo dnf install gnupg2 meson gcc-c++ fontforge \ $ sudo dnf install gnupg2 meson gcc-c++ fontforge \
mingw64-gcc mingw64-gcc-c++ mingw64-winpthreads-static \ 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. Packages `mingw{32,64}-winpthreads-static` will automatically provide support for cross-compilation with POSIX thread support, which is dxvk requirement.