commit: 3acc8acf4ec5993d497834140c5d46f077fe9f96
parent 3320dcf4453f79508bffc9e16a52a0d317d34db3
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 25 Jun 2024 11:31:48 +0200
README: Detail dependencies
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -4,7 +4,9 @@ A barebones HTTP client, intended for simple usage like downloading files.
## Dependencies
- C99 Compiler
-- POSIX Shell and C library
+- POSIX Shell, Make, and C library
+- POSIX utilities for `./configure`: cat, printf, echo
+- POSIX utilities for `make clean`: rm
- pkg-config(1)
- `libtls` implementation, for example:
- <https://www.libressl.org/> (included in OpenBSD)