From 3e7a89168a8ab363b4825e117f6be6af948ae256 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Fri, 21 Jan 2022 23:39:44 +0100 Subject: [PATCH] Add a way to install development tools on fedora and arch linux to readme. Signed-off-by: Jun Aruga --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ff1aaa366..b0e7e4586d 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,26 @@ The Embedded Controller on your Framework Laptop handles low level functions, in The Framework Laptop EC code can be built easily outside the Chromium development environment as a standalone project with a minimal set of tools. -On Ubuntu you can install the development tools easily. +You can install the development tools easily. + +On [Ubuntu](https://ubuntu.com/) ``` sudo apt install gcc-arm-none-eabi libftdi1-dev ``` +On [Fedora](https://getfedora.org/) + +``` +sudo dnf install arm-none-eabi-gcc-cs libftdi-devel +``` + +On [Arch Linux](https://archlinux.org/) + +``` +sudo pacman -S arm-none-eabi-gcc libftdi +``` + ## Framework Laptop EC for Intel 11th Gen Core Processors Building the project