Update requirements in README

This commit is contained in:
Tom A. Wagner
2021-02-20 18:32:17 +01:00
parent 5784275d32
commit 27aa39d4ab

View File

@@ -13,11 +13,12 @@ More suggestions are welcome!
For compilation, you will need: For compilation, you will need:
- An up-to-date rust toolchain - An up-to-date rust toolchain
- gtk-4.0 and pipewire-0.3 development headers - `libclang-3.7` or higher
- `gtk-4.0` and `pipewire-0.3` development headers
To compile, run To compile, run
$ cargo build --release $ cargo build --release
in the repository root. in the repository root.
The resulting binary will be at `target/release/graphui`. The resulting binary will be at `target/release/graphui`.