add C compiler and libc as dependency, POSIX make and mandoc as optional dep - hurl - Gopher/HTTP/HTTPS file grabber
HTML git clone git://git.codemadness.org/hurl
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit e481c652faf5477538afdcc73ab7c11f4391bfd3
DIR parent ff51a96c8791d2865a559634bffbde3d7e0cc41f
HTML 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:
M README | 9 +++++++++
1 file changed, 9 insertions(+), 0 deletions(-)
---
DIR 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
--------