docs: Add Manjaro/Arch dependencies on getting started page (#2701)

* Update getting_started_build_tools.md

* Update getting_started_build_tools.md
This commit is contained in:
Guilherme Lima 2019-01-10 14:28:52 -02:00 committed by MechMerlin
parent d28684da90
commit aad4319b40
1 changed files with 6 additions and 0 deletions

View File

@ -42,6 +42,12 @@ 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
If you're on [NixOS](https://nixos.org/), or have Nix installed on Linux or macOS, run `nix-shell` from the repository root to get a build environment.