Proton/vagrant-user-setup.sh

8 lines
439 B
Bash
Raw Normal View History

2018-10-25 21:55:20 +03:00
#!/bin/sh
2018-11-19 22:08:55 +03:00
#set up steam runtimes. remove these lines if building without the runtime
git clone https://github.com/ValveSoftware/steam-runtime.git
2019-02-18 19:08:05 +03:00
./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
2019-02-05 18:41:03 +03:00
(cd steam-runtime && ./build-runtime.py --output=./runtime/)