diff options
author | d3x0r <d3x0r@users.noreply.github.com> | 2017-07-07 01:20:21 -0700 |
---|---|---|
committer | d3x0r <d3x0r@users.noreply.github.com> | 2017-07-07 01:20:21 -0700 |
commit | 9cad7f785b88c8597ece54ad74eb1136e8c43969 (patch) | |
tree | 5f2fa905cbead5018fc00210246ad73168dd0f8f | |
parent | 08869b75db05c321fb629f07c63a1724c6ed1ffe (diff) | |
download | portable-9cad7f785b88c8597ece54ad74eb1136e8c43969.tar.gz portable-9cad7f785b88c8597ece54ad74eb1136e8c43969.tar.bz2 portable-9cad7f785b88c8597ece54ad74eb1136e8c43969.zip |
Okay one more try.
-rw-r--r-- | README.md | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -136,10 +136,14 @@ projects or build by itself. | |||
136 | 136 | ||
137 | | Option Name | Default | Description | 137 | | Option Name | Default | Description |
138 | | ------------ | -----: | ------ | 138 | | ------------ | -----: | ------ |
139 | | LIBRESSL_SKIP_INSTALL | OFF | allows skipping install() rules. Can be specified from command line using ```\-DLIBRESSL_SKIP_INSTALL=ON``` | 139 | | LIBRESSL_SKIP_INSTALL | OFF | allows skipping install() rules. Can be specified from command line using |
140 | | ENABLE_ASM | ON | builds assembly optimized rules. | 140 | |
141 | | ENABLE_EXTRATESTS | OFF | Enable extra tests that may be unreliable on some platforms | 141 | ```-DLIBRESSL_SKIP_INSTALL=ON``` | |
142 | | ENABLE_NC | OFF | Enable installing TLS-enabled nc(1) | 142 | | ENABLE_ASM | ON | builds assembly optimized rules. | |
143 | | ENABLE_VSTEST | OFF | Enable test on Visual Studio | 143 | | ENABLE_EXTRATESTS | OFF | Enable extra tests that may be unreliable on some platforms | |
144 | | OPENSSLDIR | Blank | Set the default openssl directory. Can be specified from command line using ```\-DOPENSSLDIR=<dirname>``` | 144 | | ENABLE_NC | OFF | Enable installing TLS-enabled nc(1) | |
145 | | ENABLE_VSTEST | OFF | Enable test on Visual Studio | | ||
146 | | OPENSSLDIR | Blank | Set the default openssl directory. Can be specified from command line using | ||
147 | |||
148 | ```-DOPENSSLDIR=<dirname>``` | | ||
145 | 149 | ||