mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-08-02 10:31:39 +03:00
Added a fix for a make issue
parent
f820328bcc
commit
91aa2d333f
@ -68,6 +68,11 @@ Now it's time to build Proton itself:
|
||||
$ ../proton/configure.sh --steam-runtime64=docker:steam-proton-dev --steam-runtime32=docker:steam-proton-dev32 --steam-runtime=$HOME/steam-runtime/runtime/ --build-name="proton-mybuild"
|
||||
$ make
|
||||
|
||||
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 $(which i686-w64-mingw32-g++)
|
||||
$ sudo ln -s ./i686-w64-mingw32-g++-posix i686-w64-mingw32-g++
|
||||
|
||||
To package Proton after successful build:
|
||||
|
||||
$ make dist
|
||||
|
Loading…
x
Reference in New Issue
Block a user