Add documentation about available CMake options.
This commit is contained in:
parent
a4d80ca56a
commit
360a67cd34
12
README.md
12
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=<dirname>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user