commit e481c652faf5477538afdcc73ab7c11f4391bfd3
parent ff51a96c8791d2865a559634bffbde3d7e0cc41f
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 10 Nov 2019 14:30:32 +0100
add C compiler and libc as dependency, POSIX make and mandoc as optional dep
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/README b/README
@@ -19,10 +19,19 @@ The focus of this tool is only this.
Dependencies
------------
+- C compiler (C99).
+- libc
- LibreSSL(-portable)
- libtls (part of LibreSSL).
+Optional dependencies
+---------------------
+
+- POSIX make(1) (for Makefile).
+- mandoc for documentation: https://mdocml.bsd.lv/
+
+
Features
--------