From 8df2ee4ec3758b45fe762fd8fc1840e04c8f5f73 Mon Sep 17 00:00:00 2001 From: Ben Hilburn Date: Mon, 19 Feb 2018 14:09:05 -0500 Subject: Minor updates to docs (#2406) * [docs/] Cleaning up some language to make it more clear. * [docs/] Adding instructions for installing deps on RH / Fedora. --- docs/getting_started_build_tools.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/getting_started_build_tools.md') diff --git a/docs/getting_started_build_tools.md b/docs/getting_started_build_tools.md index cd748dbf8..13c8def52 100644 --- a/docs/getting_started_build_tools.md +++ b/docs/getting_started_build_tools.md @@ -31,11 +31,14 @@ git Install the dependencies with your favorite package manager. -Debian/Ubuntu example: +Debian / Ubuntu example: sudo apt-get update sudo apt-get install gcc unzip wget zip gcc-avr binutils-avr avr-libc dfu-programmer dfu-util gcc-arm-none-eabi binutils-arm-none-eabi libnewlib-arm-none-eabi +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 + ## 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. -- cgit v1.2.3-24-g4f1b