Skip to content

Commit cadf2c6

Browse files
committed
README: Add missing tools to Ubuntu instructions
Need at least make, gcc, and pkg-config. Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent b1c945c commit cadf2c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ The Framework Laptop EC code can be built easily outside the Chromium developmen
1616

1717
On Ubuntu you can install the development tools easily.
1818

19-
```
20-
sudo apt install gcc-arm-none-eabi libftdi1-dev
19+
```sh
20+
sudo apt install gcc-arm-none-eabi libftdi1-dev build-essential pkg-config
2121
```
2222

2323
## Framework Laptop EC for Intel 11th Gen Core Processors

0 commit comments

Comments
 (0)