Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions source/sdk/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ sudo apt install python3-pip python3-venv nodejs npm libsdl1.2debian libfdt1
sudo apt install libsdl1.2debian libfdt1
```

#### Fedora

```bash
sudo dnf install python3-pip nodejs SDL-devel dtc
```

#### Windows

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