aboutsummaryrefslogtreecommitdiff
path: root/scripts/bootstrap.ps1
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-04-26 13:52:01 +0200
committerlonkaars <loek@pipeframe.xyz>2022-04-26 13:52:01 +0200
commit1f45e0a5aaaf0aec106876fec1cfe4895460b86e (patch)
tree198f591f8416e1b62f5498501cce1be7678dc69a /scripts/bootstrap.ps1
parentd067eacc112f2453e95f0dde89bb0f60f170a195 (diff)
project bootstrap script
Diffstat (limited to 'scripts/bootstrap.ps1')
-rw-r--r--scripts/bootstrap.ps17
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1
new file mode 100644
index 0000000..9b8b4c0
--- /dev/null
+++ b/scripts/bootstrap.ps1
@@ -0,0 +1,7 @@
+Start-BitsTransfer -Source https://github.com/msys2/msys2-installer/releases/download/2022-03-19/msys2-x86_64-20220319.exe -Destination .\msys2-x86_64-latest.exe
+.\msys2-x86_64-latest.exe in --confirm-command --accept-messages --root C:/msys64
+Remove-Item .\msys2-x86_64-latest.exe
+C:/msys64/usr/bin/sh.exe -c 'curl -s https://raw.githubusercontent.com/lonkaars/wall-e2/master/scripts/install-mingw-packages.sh | sh'
+C:/msys64/usr/bin/sh.exe -c 'git clone https://github.com/lonkaars/wall-e2'
+C:/msys64/usr/bin/sh.exe -c '~/wall-e2/scripts/install-sdk.sh'
+C:/msys64/usr/bin/sh.exe -c 'cd ~/wall-e2 && explorer.exe .'