Skip to content

Commit

Permalink
Add a section for compiler specifics.
Browse files Browse the repository at this point in the history
Add a section for compiler specifics and document the runtime requirements
for clang's integer sanitization.
  • Loading branch information
daztucker committed Aug 17, 2016
1 parent a8fc0f4 commit 560c006
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 560c006

Please sign in to comment.