From 27aa39d4ab1a855e0940211a82c399b22099d205 Mon Sep 17 00:00:00 2001 From: "Tom A. Wagner" Date: Sat, 20 Feb 2021 18:32:17 +0100 Subject: [PATCH] Update requirements in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 207d848..83eaa7d 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,12 @@ More suggestions are welcome! For compilation, you will need: - 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 $ cargo build --release in the repository root. -The resulting binary will be at `target/release/graphui`. \ No newline at end of file +The resulting binary will be at `target/release/graphui`.