diff options
| author | d3x0r <d3x0r@users.noreply.github.com> | 2017-07-07 00:59:05 -0700 |
|---|---|---|
| committer | d3x0r <d3x0r@users.noreply.github.com> | 2017-07-07 00:59:05 -0700 |
| commit | 360a67cd348ff9396af94cf25277b3abf69e6dda (patch) | |
| tree | eda1bacbfe4a16b34789678efea32ae8d9a50549 | |
| parent | a4d80ca56acc05b92be6015a50cae3d46f081440 (diff) | |
| download | portable-360a67cd348ff9396af94cf25277b3abf69e6dda.tar.gz portable-360a67cd348ff9396af94cf25277b3abf69e6dda.tar.bz2 portable-360a67cd348ff9396af94cf25277b3abf69e6dda.zip | |
Add documentation about available CMake options.
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
| @@ -131,3 +131,15 @@ install CMake, enter the LibreSSL source directory and run: | |||
| 131 | 131 | ||
| 132 | This will generate a LibreSSL.sln file that you can incorporate into other | 132 | This will generate a LibreSSL.sln file that you can incorporate into other |
| 133 | projects or build by itself. | 133 | projects 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 -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 -DOPENSSLDIR=<dirname> | ||
| 145 | |||
