diff options
Diffstat (limited to 'content/posts/2018-08-01-dxvk-gentoo.md')
-rw-r--r-- | content/posts/2018-08-01-dxvk-gentoo.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/content/posts/2018-08-01-dxvk-gentoo.md b/content/posts/2018-08-01-dxvk-gentoo.md index 93b554b..d0aec93 100644 --- a/content/posts/2018-08-01-dxvk-gentoo.md +++ b/content/posts/2018-08-01-dxvk-gentoo.md @@ -2,9 +2,9 @@ layout: post title: Building DXVK's DLLs on Gentoo tags: -- wine -- dxvk -- gentoo + - wine + - dxvk + - gentoo TocOpen: true ShowToc: true @@ -58,8 +58,8 @@ cross-x86_64-w64-mingw32/mingw64-runtime libraries ``` Rebuild `mingw64-runtime` and `gcc`. Order matters, `mingw64-runtime` with -`libraries` provides `pthreads.h` and other stuff that's required to compile -GCC with the POSIX thread model. +`libraries` provides `pthreads.h` and other stuff that's required to compile GCC +with the POSIX thread model. ``` emerge -1 cross-i686-w64-mingw32/mingw64-runtime cross-x86_64-w64-mingw32/mingw64-runtime |