Streamline the macos install process
This commit is contained in:
@@ -21,11 +21,10 @@ if ! brew --version 2>&1 > /dev/null; then
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
brew tap osx-cross/avr
|
# All macOS dependencies are managed in the homebrew package:
|
||||||
brew tap osx-cross/arm
|
# https://github.com/qmk/homebrew-qmk
|
||||||
brew update
|
brew update
|
||||||
brew install avr-gcc@8 arm-gcc-bin dfu-programmer avrdude clang-format dfu-util python3
|
brew install qmk/qmk/qmk
|
||||||
brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb
|
|
||||||
brew link --force avr-gcc@8
|
brew link --force avr-gcc@8
|
||||||
|
|
||||||
pip3 install -r "${util_dir}/../requirements.txt"
|
pip3 install -r "${util_dir}/../requirements.txt"
|
||||||
|
|||||||
Reference in New Issue
Block a user