add system dependency information to README
This commit is contained in:
parent
34062224eb
commit
5cc6e1d168
1 changed files with 8 additions and 1 deletions
|
|
@ -4,7 +4,14 @@ A weather applet for the [COSMIC](https://github.com/pop-os/cosmic-epoch) deskto
|
||||||
|
|
||||||
## Building
|
## 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
|
```sh
|
||||||
cargo build --release
|
cargo build --release
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue