From 5d764832bc45d49013c286bc80d54914f1b04edc Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Thu, 31 May 2018 11:38:54 -0500 Subject: [PATCH] Properly use and document the steam-runtime run.sh script --- README.md | 6 ++++-- build_proton.sh | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6067373d..ecf4ab31 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ changes to the wine/ directory. --- Building for Linux --- -To build Proton for Linux, set up a Debian machine with the Steam chroots as -documented in the Steam Runtime repository: +To build Proton for Linux, set up a Debian machine with the Steam runtime and +chroots as documented in the Steam Runtime repository: @@ -56,6 +56,8 @@ not be complete. cd ~ git clone https://github.com/ValveSoftware/steam-runtime.git cd steam-runtime + #install the end-user steam runtime: + ./build-runtime.py #install the 32-bit scout_beta runtime: ./setup_chroot.sh --beta --i386 #enter the 32-bit runtime: diff --git a/build_proton.sh b/build_proton.sh index 014b0505..4e2f1ee4 100755 --- a/build_proton.sh +++ b/build_proton.sh @@ -580,7 +580,7 @@ if [ "$PACKAGE" = true ]; then #create default prefix rm -rf "$TOP"/build/dist/share/default_pfx/ if [ "$PLATFORM" != "Darwin" ]; then - RUNTIME_RUNSH="$HOME"/steam-runtime/run.sh + RUNTIME_RUNSH="$HOME"/steam-runtime/runtime/run.sh else RUNTIME_RUNSH="" fi