Skip to content

Commit

Permalink
Fix readme with Linux build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
GXTX authored Jan 14, 2024
1 parent 4b82f9d commit 55e5352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Building
Ubuntu / Debian / Raspbian

```sh
sudo apt install build-essential cmake pkg-config libserialport-dev libsdl2-2.0-0 libsdl2-image-2.0-0 libsdl2-ttf-2.0-0
sudo apt install build-essential cmake pkg-config libserialport-dev libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev
```

Windows
Expand Down

0 comments on commit 55e5352

Please sign in to comment.