diff options
author | Guilherme Lima <guilhermelimak@users.noreply.github.com> | 2019-01-10 14:28:52 -0200 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-01-10 08:28:52 -0800 |
commit | aad4319b40bfe3d34faeb952174676d6c8bdb0f2 (patch) | |
tree | f21938d33e098765c2f14cb7a73893d4d2dff7ac | |
parent | d28684da90536b54ff7d145decb80e0bd9290996 (diff) |
docs: Add Manjaro/Arch dependencies on getting started page (#2701)
* Update getting_started_build_tools.md
* Update getting_started_build_tools.md
-rw-r--r-- | docs/getting_started_build_tools.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/getting_started_build_tools.md b/docs/getting_started_build_tools.md index 375e9d108f..dbed200d1b 100644 --- a/docs/getting_started_build_tools.md +++ b/docs/getting_started_build_tools.md @@ -41,6 +41,12 @@ Debian / Ubuntu example: Fedora / Red Hat example: sudo dnf install gcc unzip wget zip dfu-util dfu-programmer avr-gcc avr-libc binutils-avr32-linux-gnu arm-none-eabi-gcc-cs arm-none-eabi-binutils-cs arm-none-eabi-newlib + +Arch / Manjaro example: + + pacman -S base-devel gcc unzip wget zip avr-gcc avr-binutils avr-libc dfu-util arm-none-eabi-gcc arm-none-eabi-binutils arm-none-eabi-newlib git + +(the `dfu-programmer` package is availble on AUR only so you should download from there or use an AUR helper) ## Nix |