Fold install_dependencies.sh into linux_install.sh and freebsd_install.sh
This commit is contained in:
parent
704a2e8d3c
commit
ca56c2145f
4 changed files with 114 additions and 151 deletions
18
util/freebsd_install.sh
Normal file
18
util/freebsd_install.sh
Normal file
|
@ -0,0 +1,18 @@
|
|||
#!/bin/sh
|
||||
pkg update
|
||||
pkg install -y \
|
||||
git \
|
||||
wget \
|
||||
gmake \
|
||||
gcc \
|
||||
zip \
|
||||
unzip \
|
||||
avr-binutils \
|
||||
avr-gcc \
|
||||
avr-libc \
|
||||
dfu-programmer \
|
||||
dfu-util \
|
||||
arm-none-eabi-gcc \
|
||||
arm-none-eabi-binutils \
|
||||
arm-none-eabi-newlib \
|
||||
diffutils
|
Loading…
Add table
Add a link
Reference in a new issue