Skip to content

Commit e7349a5

Browse files
authored
Merge pull request #3 from junaruga/wip/readme-fedora-build
Add a way to install development tools on fedora and arch linux to readme.
2 parents 85251f7 + 65a649a commit e7349a5

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
1820

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

25+
On Fedora
26+
27+
```
28+
sudo dnf install arm-none-eabi-gcc-cs libftdi-devel
29+
```
30+
31+
On Arch Linux
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)