diff options
author | Christian Segundo | 2024-09-01 20:56:37 +0200 |
---|---|---|
committer | Christian Segundo | 2024-09-01 20:56:37 +0200 |
commit | bc4ea590e019a3fb11069797991e8cc5f86e127f (patch) | |
tree | d9f62516d0904b2fbb1a12e2a4168f8642b19c29 /content/posts/2018-08-01-dxvk-gentoo.md | |
parent | fae17644b9ef2382994bf3ce7d288e08211c42ef (diff) | |
download | check-caps-lock-bc4ea590e019a3fb11069797991e8cc5f86e127f.tar.gz |
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 |