mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 00:04:34 +01:00
build against the Soldier SDK
This commit is contained in:
parent
4ee3a5af70
commit
e9a48c2844
8 changed files with 64 additions and 217 deletions
|
|
@ -1,13 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
#set up steam runtimes. remove these lines if building without the runtime
|
||||
if [ ! -e "$HOME/steam-runtime" ]; then
|
||||
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 --verbose --output=./runtime/)
|
||||
fi
|
||||
|
||||
#build and install recent mingw-w64
|
||||
if [ ! -e "$HOME/.local/bin/x86_64-w64-mingw32-gcc" ]; then
|
||||
mkdir -p $HOME/mingw-w64-build/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue