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 d3db6206c..dc996f8a7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,11 @@
11. Prerequisites
2---------------- 1----------------
3 2
3A C compiler. Any C89 or better compiler should work. Where supported,
4configure will attempt to enable the compiler's run-time integrity checking
5options. Some notes about specific compilers:
6 - clang: -ftrapv and -sanitize=integer require the compiler-rt runtime
7 (--with-ldflags=--rtlib=compiler-rt)
8
4You will need working installations of Zlib and libcrypto (LibreSSL / 9You will need working installations of Zlib and libcrypto (LibreSSL /
5OpenSSL) 10OpenSSL)
6 11