Don't build against the beta runtime

This commit is contained in:
Andrew Eikum 2019-02-18 10:08:05 -06:00
parent bdca0aa9c9
commit 12d0d0292b
2 changed files with 5 additions and 5 deletions

View file

@ -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: