From d5063e6d40c0664182f89b39a01d52ce1a191272 Mon Sep 17 00:00:00 2001 From: Jonathan Warner Date: Sun, 12 Jan 2020 16:21:11 -0700 Subject: [PATCH] Small correction --- Build-instructions-(Ubuntu).md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Build-instructions-(Ubuntu).md b/Build-instructions-(Ubuntu).md index c8e1ca5..99454a3 100644 --- a/Build-instructions-(Ubuntu).md +++ b/Build-instructions-(Ubuntu).md @@ -73,7 +73,11 @@ 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 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 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: