Fold install_dependencies.sh into linux_install.sh and freebsd_install.sh
This commit is contained in:
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
|
Reference in New Issue
Block a user