feat: update README

This commit is contained in:
lohhiiccc 2026-04-20 17:03:34 +02:00
parent 40d27b6a9f
commit efbae5b7d6

View file

@ -6,7 +6,7 @@ automatic help formatting.
## Dependencies ## Dependencies
- GCC (uses `__attribute__((unused))`) - clang
- autoconf ≥ 2.69, automake, libtool - autoconf ≥ 2.69, automake, libtool
- [Criterion](https://github.com/Snaipe/Criterion) — optional, required for - [Criterion](https://github.com/Snaipe/Criterion) — optional, required for
`--enable-tests` `--enable-tests`
@ -18,6 +18,7 @@ automatic help formatting.
./configure ./configure
make make
make install make install
ldconfig
``` ```
To build and run the test suite: To build and run the test suite: