toyspp

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

setup_win.sh (168B)


      1 #!/bin/sh
      2 
      3 set -ex
      4 
      5 git submodule update --init --recursive
      6 
      7 mkdir -p opt
      8 python3 ./thirdparty/msvc-wine/vsdownload.py --dest opt
      9 ./thirdparty/msvc-wine/install.sh opt