aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9b3c540..33e68f4 100644
--- a/README.md
+++ b/README.md
@@ -131,3 +131,15 @@ install CMake, enter the LibreSSL source directory and run:
131 131
132This will generate a LibreSSL.sln file that you can incorporate into other 132This will generate a LibreSSL.sln file that you can incorporate into other
133projects or build by itself. 133projects or build by itself.
134
135#### Cmake - Additional Options ####
136
137| Option Name | Default | Description
138| ------------ | -----: | ------
139| LIBRESSL_SKIP_INSTALL | OFF | allows skipping install() rules. Can be specified from command line using <br>```-DLIBRESSL_SKIP_INSTALL=ON``` |
140| ENABLE_ASM | ON | builds assembly optimized rules. |
141| ENABLE_EXTRATESTS | OFF | Enable extra tests that may be unreliable on some platforms |
142| ENABLE_NC | OFF | Enable installing TLS-enabled nc(1) |
143| ENABLE_VSTEST | OFF | Enable test on Visual Studio |
144| OPENSSLDIR | Blank | Set the default openssl directory. Can be specified from command line using <br>```-DOPENSSLDIR=<dirname>``` |
145