mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-23 15:54:07 +01:00
Document Vagrant usage
This commit is contained in:
parent
ffaa0b5f8a
commit
4d82d9cfff
3 changed files with 109 additions and 67 deletions
|
|
@ -1,7 +1,12 @@
|
|||
#!/bin/sh
|
||||
#set up steam runtimes. remove these lines if building without the runtime
|
||||
git clone https://github.com/ValveSoftware/steam-runtime.git -b wip-docker
|
||||
./steam-runtime/setup_docker.sh --beta amd64 --extra-bootstrap=/home/vagrant/proton/steamrt-bootstrap.sh steam-proton-dev
|
||||
./steam-runtime/setup_docker.sh --beta i386 --extra-bootstrap=/home/vagrant/proton/steamrt-bootstrap.sh steam-proton-dev32
|
||||
|
||||
#configure proton build
|
||||
mkdir build
|
||||
cd build
|
||||
../proton/configure.sh --steam-runtime64=docker:steam-proton-dev --steam-runtime32=docker:steam-proton-dev32
|
||||
#if building without the runtime:
|
||||
#../proton/configure.sh --no-steam-runtime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue