From efbae5b7d612ddbb066eb0ba9b1569cd8bf26330 Mon Sep 17 00:00:00 2001 From: lohhiiccc Date: Mon, 20 Apr 2026 17:03:34 +0200 Subject: [PATCH] feat: update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f973962..c8c60ab 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ automatic help formatting. ## Dependencies -- GCC (uses `__attribute__((unused))`) +- clang - autoconf ≥ 2.69, automake, libtool - [Criterion](https://github.com/Snaipe/Criterion) — optional, required for `--enable-tests` @@ -18,6 +18,7 @@ automatic help formatting. ./configure make make install +ldconfig ``` To build and run the test suite: