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