commit | aaa68117cd9b821b86db5257dd311d319e581fe3 | [log] [tgz] |
---|---|---|
author | Thomas Klausner <tk@giga.or.at> | Thu Feb 15 16:06:51 2018 +0100 |
committer | Thomas Klausner <tk@giga.or.at> | Thu Feb 15 16:06:51 2018 +0100 |
tree | 798c53dc39f91d4b640d2f003039e4ad825939c9 | |
parent | 618a2488f38181c2a5a79f405a07fa657887c4b9 [diff] |
Be more explicit how to turn crypto support off.
diff --git a/INSTALL.md b/INSTALL.md index c440990..8f9e7b2 100644 --- a/INSTALL.md +++ b/INSTALL.md
@@ -16,7 +16,8 @@ - [GnuTLS](https://www.gnutls.org/). If you don't want a library even if it is installed, you can -pass `-DENABLE_<LIBRARY>=OFF` to cmake. +pass `-DENABLE_<LIBRARY>=OFF` to cmake, where `LIBRARY` is one of +`COMMONCRYPTO`, `OPENSSL`, or `GNUTLS`. The basic usage is ```sh