From 360a67cd348ff9396af94cf25277b3abf69e6dda Mon Sep 17 00:00:00 2001 From: d3x0r Date: Fri, 7 Jul 2017 00:59:05 -0700 Subject: [PATCH] Add documentation about available CMake options. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9b3c540..0b7baf2 100644 --- a/README.md +++ b/README.md @@ -131,3 +131,15 @@ install CMake, enter the LibreSSL source directory and run: This will generate a LibreSSL.sln file that you can incorporate into other projects or build by itself. + +#### Cmake - Additional Options #### + +| Option Name | Default | Description +| ------------ | -----: | ------ +| LIBRESSL_SKIP_INSTALL | OFF | allows skipping install() rules. Can be specified from command line using -DLIBRESSL_SKIP_INSTALL=ON +| ENABLE_ASM | ON | builds assembly optimized rules. +| ENABLE_EXTRATESTS | OFF | Enable extra tests that may be unreliable on some platforms +| ENABLE_NC | OFF | Enable installing TLS-enabled nc(1) +| ENABLE_VSTEST | OFF | Enable test on Visual Studio +| OPENSSLDIR | Blank | Set the default openssl directory. Can be specified from command line using -DOPENSSLDIR= +