1
0
Fork 0

Fold install_dependencies.sh into linux_install.sh and freebsd_install.sh

This commit is contained in:
skullY 2018-10-09 09:40:10 -07:00 committed by Drashna Jaelre
parent 704a2e8d3c
commit ca56c2145f
4 changed files with 114 additions and 151 deletions

18
util/freebsd_install.sh Normal file
View 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