diff options
Diffstat (limited to 'util/install_dependencies.sh')
| -rwxr-xr-x | util/install_dependencies.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/util/install_dependencies.sh b/util/install_dependencies.sh index 936a86593..1b73a8b3b 100755 --- a/util/install_dependencies.sh +++ b/util/install_dependencies.sh | |||
| @@ -92,4 +92,23 @@ elif [[ -n "$(type -P zypper)" ]]; then | |||
| 92 | # TODO: The avr and eabi tools are not available as default packages, so we need | 92 | # TODO: The avr and eabi tools are not available as default packages, so we need |
| 93 | # another way to install them | 93 | # another way to install them |
| 94 | 94 | ||
| 95 | elif [[ -n "$(type -P pkg)" ]]; then | ||
| 96 | # FreeBSD | ||
| 97 | pkg update | ||
| 98 | pkg install -y \ | ||
| 99 | git \ | ||
| 100 | wget \ | ||
| 101 | gmake \ | ||
| 102 | gcc \ | ||
| 103 | zip \ | ||
| 104 | unzip \ | ||
| 105 | avr-binutils \ | ||
| 106 | avr-gcc \ | ||
| 107 | avr-libc \ | ||
| 108 | dfu-programmer \ | ||
| 109 | dfu-util \ | ||
| 110 | arm-none-eabi-gcc \ | ||
| 111 | arm-none-eabi-binutils \ | ||
| 112 | arm-none-eabi-newlib \ | ||
| 113 | diffutils | ||
| 95 | fi | 114 | fi |
