mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-05 05:58:03 +01:00
Don't build against the beta runtime
This commit is contained in:
parent
bdca0aa9c9
commit
12d0d0292b
2 changed files with 5 additions and 5 deletions
|
|
@ -50,7 +50,7 @@ changes to the <tt>wine/</tt> directory.
|
|||
Easy build path
|
||||
---
|
||||
|
||||
Building Proton is quite complicated. We now provide a top-level Makefile which
|
||||
Building Proton is quite complicated. We provide a top-level Makefile which
|
||||
will execute most of the build commands for you. This section describes how to
|
||||
use this Makefile for simple Proton builds.
|
||||
|
||||
|
|
@ -170,7 +170,7 @@ VM. If you are configuring manually, run these steps:
|
|||
|
||||
mkdir proton/mybuild/
|
||||
cd proton/mybuild
|
||||
../configure.sh --steam-runtime64=docker:steam-proton-dev-beta --steam-runtime32=docker:steam-proton-dev32-beta --steam-runtime=$HOME/steam-runtime/runtime/
|
||||
../configure.sh --steam-runtime64=docker:steam-proton-dev --steam-runtime32=docker:steam-proton-dev32 --steam-runtime=$HOME/steam-runtime/runtime/
|
||||
|
||||
If you are building without the Steam runtime, then instead use:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue