]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - util/msys2_install.sh
Removed prescaler define from avr i2c, as it was impossible to use (#6617)
[qmk_firmware.git] / util / msys2_install.sh
index bcb628ab21f23c3622b07325c14509534c3f54a8..ac9a6c7694e309918781294f2f3c731d9589577f 100755 (executable)
@@ -5,9 +5,10 @@ download_dir=~/qmk_utils
 avrtools=avr8-gnu-toolchain
 armtools=gcc-arm-none-eabi
 installflip=false
+util_dir=$(dirname "$0")
 
 echo "Installing dependencies needed for the installation (quazip)"
-pacman --needed -S base-devel mingw-w64-x86_64-toolchain msys/git msys/p7zip msys/python3 msys/unzip
+pacman --needed -S base-devel mingw-w64-x86_64-toolchain msys/clang msys/git msys/p7zip msys/python3 msys/unzip
 
 source "$dir/win_shared_install.sh"
 
@@ -92,6 +93,8 @@ else
 fi
 popd
 
+pip3 install -r ${util_dir}/../requirements.txt
+
 cp -f "$dir/activate_msys2.sh" "$download_dir/"
 
 if grep "^source ~/qmk_utils/activate_msys2.sh$" ~/.bashrc