mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 00:04:34 +01:00
Configure build dir in makefile instead of vagrant init
This commit is contained in:
parent
87bbcc627d
commit
e3ea6a2479
3 changed files with 22 additions and 22 deletions
|
|
@ -5,10 +5,3 @@ 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
|
||||
(cd steam-runtime && ./build-runtime.py --output=./runtime/)
|
||||
|
||||
#configure proton build
|
||||
mkdir build
|
||||
cd build
|
||||
../proton/configure.sh --steam-runtime64=docker:steam-proton-dev --steam-runtime32=docker:steam-proton-dev32 --steam-runtime="$HOME"/steam-runtime/runtime/
|
||||
#if building without the runtime, use:
|
||||
#../proton/configure.sh --no-steam-runtime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue