add system dependency information to README

This commit is contained in:
Emil Lerch 2026-03-02 14:44:45 -08:00
parent 34062224eb
commit 5cc6e1d168
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -4,7 +4,14 @@ A weather applet for the [COSMIC](https://github.com/pop-os/cosmic-epoch) deskto
## Building
Requires a Rust toolchain. Install via [rustup](https://rustup.rs/) if needed.
Requires a Rust toolchain and the following system dependencies:
```sh
# Debian/Ubuntu
sudo apt-get install pkg-config libxkbcommon-dev libwayland-dev
```
Install Rust via [rustup](https://rustup.rs/) if needed, then:
```sh
cargo build --release