Skip to content

Commit 3e7a891

Browse files
committed
Add a way to install development tools on fedora and arch linux to readme.
Signed-off-by: Jun Aruga <[email protected]>
1 parent 6e38e82 commit 3e7a891

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,26 @@ The Embedded Controller on your Framework Laptop handles low level functions, in
1414

1515
The Framework Laptop EC code can be built easily outside the Chromium development environment as a standalone project with a minimal set of tools.
1616

17-
On Ubuntu you can install the development tools easily.
17+
You can install the development tools easily.
18+
19+
On [Ubuntu](https://ubuntu.com/)
1820

1921
```
2022
sudo apt install gcc-arm-none-eabi libftdi1-dev
2123
```
2224

25+
On [Fedora](https://getfedora.org/)
26+
27+
```
28+
sudo dnf install arm-none-eabi-gcc-cs libftdi-devel
29+
```
30+
31+
On [Arch Linux](https://archlinux.org/)
32+
33+
```
34+
sudo pacman -S arm-none-eabi-gcc libftdi
35+
```
36+
2337
## Framework Laptop EC for Intel 11th Gen Core Processors
2438

2539
Building the project

0 commit comments

Comments
 (0)