summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 6 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index d3db6206..dc996f8a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,11 @@
-1. Prerequisites
----------------
+A C compiler. Any C89 or better compiler should work. Where supported,
+configure will attempt to enable the compiler's run-time integrity checking
+options. Some notes about specific compilers:
+ - clang: -ftrapv and -sanitize=integer require the compiler-rt runtime
+ (--with-ldflags=--rtlib=compiler-rt)
+
You will need working installations of Zlib and libcrypto (LibreSSL /
OpenSSL)