starfield

starfield.git
git clone git://git.lenczewski.org/starfield.git
Log | Files | Refs | Submodules | README | LICENSE

setup_win.sh (224B)


      1 #!/bin/sh
      2 
      3 set -ex
      4 
      5 git submodule update --init --recursive
      6 
      7 # TODO: switch from vsdownload.py to simplified script
      8 
      9 mkdir -p opt
     10 python3 ./thirdparty/msvc-wine/vsdownload.py --dest opt
     11 ./thirdparty/msvc-wine/install.sh opt