Streamline the macos install process
This commit is contained in:
parent
ee2eb01653
commit
fcf150bd82
4 changed files with 12 additions and 25 deletions
|
@ -21,11 +21,10 @@ if ! brew --version >/dev/null 2>&1; then
|
|||
done
|
||||
fi
|
||||
|
||||
brew tap osx-cross/avr
|
||||
brew tap osx-cross/arm
|
||||
# All macOS dependencies are managed in the homebrew package:
|
||||
# https://github.com/qmk/homebrew-qmk
|
||||
brew update
|
||||
brew install avr-gcc@8 arm-gcc-bin@8 dfu-programmer avrdude clang-format dfu-util python3
|
||||
brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb
|
||||
brew install qmk/qmk/qmk
|
||||
brew link --force avr-gcc@8
|
||||
brew link --force arm-gcc-bin@8
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue