From 85bbfb60d717c7c901653935e8549b2baa90b5de Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Thu, 20 Dec 2018 09:23:45 -0600 Subject: [PATCH] vagrant-user-setup.sh: Use the beta runtime This gives us access to gnutls30. If building in an existing system, you'll need to set up new beta runtimes and configure proton to build against them. See vagrant-user-setup.sh. --- vagrant-user-setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vagrant-user-setup.sh b/vagrant-user-setup.sh index 4b199e90..ccd9e760 100755 --- a/vagrant-user-setup.sh +++ b/vagrant-user-setup.sh @@ -2,12 +2,12 @@ #set up steam runtimes. remove these lines if building without the runtime git clone https://github.com/ValveSoftware/steam-runtime.git -./steam-runtime/setup_docker.sh amd64 --extra-bootstrap=/home/vagrant/proton/steamrt-bootstrap.sh steam-proton-dev -./steam-runtime/setup_docker.sh i386 --extra-bootstrap=/home/vagrant/proton/steamrt-bootstrap.sh steam-proton-dev32 +./steam-runtime/setup_docker.sh --beta amd64 --extra-bootstrap=/home/vagrant/proton/steamrt-bootstrap.sh steam-proton-dev-beta +./steam-runtime/setup_docker.sh --beta i386 --extra-bootstrap=/home/vagrant/proton/steamrt-bootstrap.sh steam-proton-dev32-beta #configure proton build mkdir build cd build -../proton/configure.sh --steam-runtime64=docker:steam-proton-dev --steam-runtime32=docker:steam-proton-dev32 +../proton/configure.sh --steam-runtime64=docker:steam-proton-dev-beta --steam-runtime32=docker:steam-proton-dev32-beta #if building without the runtime, use: #../proton/configure.sh --no-steam-runtime