Skip to content

Commit e661d53

Browse files
authored
Add dependencies for Fedora (#82)
* Add dependencies for Fedora Signed-off-by: Morten Fyhn Amundsen <[email protected]> * Remove unneeded npm dependency Signed-off-by: Morten Fyhn Amundsen <[email protected]> --------- Signed-off-by: Morten Fyhn Amundsen <[email protected]>
1 parent 4f910fd commit e661d53

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/sdk/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ sudo apt install python3-pip python3-venv nodejs npm libsdl1.2debian libfdt1
4747
sudo apt install libsdl1.2debian libfdt1
4848
```
4949

50+
#### Fedora
51+
52+
```bash
53+
sudo dnf install python3-pip nodejs SDL-devel dtc
54+
```
55+
5056
#### Windows
5157

5258
The Pebble SDK does not run on Windows, but you can use WSL. Install Ubuntu

0 commit comments

Comments
 (0)