diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-02-25 16:02:35 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-02-25 16:02:35 +0100 |
commit | 0d7bd92672acb449761def9e234934c4a9a05129 (patch) | |
tree | 7db8cba21231fdf6b6f3b97d857c828183a6bfbb /scripts/install-packages-mingw.sh | |
parent | 0e6f7148ab0987574c45e78cb8fd6ff72fdf103a (diff) |
update/fix build config for windows
Diffstat (limited to 'scripts/install-packages-mingw.sh')
-rwxr-xr-x | scripts/install-packages-mingw.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/install-packages-mingw.sh b/scripts/install-packages-mingw.sh index 9acb392..931c66f 100755 --- a/scripts/install-packages-mingw.sh +++ b/scripts/install-packages-mingw.sh @@ -1,5 +1,6 @@ #!/bin/sh pacman --noconfirm --needed -Sy \ + base-devel wget curl \ make git \ mingw-w64-x86_64-arm-none-eabi-gcc \ mingw-w64-x86_64-arm-none-eabi-gdb \ @@ -7,6 +8,8 @@ pacman --noconfirm --needed -Sy \ mingw-w64-x86_64-arm-none-eabi-binutils \ mingw-w64-x86_64-stlink \ mingw-w64-x86_64-gdb-multiarch \ + mingw-w64-x86_64-gcc \ + mingw-w64-x86_64-SDL2 \ python python-pip pip3 install compiledb |