mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-21 08:03:42 +08:00
6 lines
138 B
Bash
6 lines
138 B
Bash
#!/bin/bash
|
|
# Need formula for gcc
|
|
brew tap ArmMbed/homebrew-formulae
|
|
brew install python dfu-util arm-none-eabi-gcc
|
|
pip2 install libusb1
|