mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-08-01 01:51:45 +03:00
Small correction
parent
435eaaabe5
commit
d5063e6d40
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user