Small correction

Jonathan Warner 2020-01-12 16:21:43 -07:00
parent d5063e6d40
commit 159e3a0e22

@ -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)): 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++)) $ 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++ $ sudo ln -s ./i686-w64-mingw32-g++-posix i686-w64-mingw32-g++
$ cd $(dirname $(which x86_64-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++ $ 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: 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: