From 159e3a0e2201c780f085ca42404938e323ac1cff Mon Sep 17 00:00:00 2001 From: Jonathan Warner Date: Sun, 12 Jan 2020 16:21:43 -0700 Subject: [PATCH] Small correction --- Build-instructions-(Ubuntu).md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build-instructions-(Ubuntu).md b/Build-instructions-(Ubuntu).md index 99454a3..0b9fd8f 100644 --- a/Build-instructions-(Ubuntu).md +++ b/Build-instructions-(Ubuntu).md @@ -73,10 +73,10 @@ Now it's time to build Proton itself: If you encounter the error `mutex in namespace std does not name a type`, you will need to do the following (as noted on [Stack Overflow](https://stackoverflow.com/questions/14191566/c-mutex-in-namespace-std-does-not-name-a-type)): $ cd $(dirname $(which i686-w64-mingw32-g++)) - $ mv i686-w64-mingw32-g++ i686-w64-mingw32-g++.old + $ sudo mv i686-w64-mingw32-g++ i686-w64-mingw32-g++.old $ sudo ln -s ./i686-w64-mingw32-g++-posix i686-w64-mingw32-g++ $ cd $(dirname $(which x86_64-w64-mingw32-g++)) - $ mv x86_64-w64-mingw32-g++ x86_64-w64-mingw32-g++.old + $ sudo mv x86_64-w64-mingw32-g++ x86_64-w64-mingw32-g++.old $ sudo ln -s ./x86_64-w64-mingw32-g++-posix x86_64-w64-mingw32-g++ If you encounter the error `fatal error: dxgi.h: No such file or directory`, I have not found a good fix, however, you can add this line to the makefile to compile without dxvk: