aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authord3x0r <d3x0r@users.noreply.github.com>2017-07-07 01:21:16 -0700
committerd3x0r <d3x0r@users.noreply.github.com>2017-07-07 01:21:16 -0700
commit0e82f22d16dc4c45bd45f9a994a30fc7435d430b (patch)
treef1f1c98c31da19611cc084c662bcf809a6f08e29 /README.md
parent9cad7f785b88c8597ece54ad74eb1136e8c43969 (diff)
downloadportable-0e82f22d16dc4c45bd45f9a994a30fc7435d430b.tar.gz
portable-0e82f22d16dc4c45bd45f9a994a30fc7435d430b.tar.bz2
portable-0e82f22d16dc4c45bd45f9a994a30fc7435d430b.zip
Okay really one more try.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index cb14e65..33e68f4 100644
--- a/README.md
+++ b/README.md
@@ -136,14 +136,10 @@ 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 139| LIBRESSL_SKIP_INSTALL | OFF | allows skipping install() rules. Can be specified from command line using <br>```-DLIBRESSL_SKIP_INSTALL=ON``` |
140
141```-DLIBRESSL_SKIP_INSTALL=ON``` |
142| ENABLE_ASM | ON | builds assembly optimized rules. | 140| ENABLE_ASM | ON | builds assembly optimized rules. |
143| ENABLE_EXTRATESTS | OFF | Enable extra tests that may be unreliable on some platforms | 141| ENABLE_EXTRATESTS | OFF | Enable extra tests that may be unreliable on some platforms |
144| ENABLE_NC | OFF | Enable installing TLS-enabled nc(1) | 142| ENABLE_NC | OFF | Enable installing TLS-enabled nc(1) |
145| ENABLE_VSTEST | OFF | Enable test on Visual Studio | 143| ENABLE_VSTEST | OFF | Enable test on Visual Studio |
146| OPENSSLDIR | Blank | Set the default openssl directory. Can be specified from command line using 144| OPENSSLDIR | Blank | Set the default openssl directory. Can be specified from command line using <br>```-DOPENSSLDIR=<dirname>``` |
147
148```-DOPENSSLDIR=<dirname>``` |
149 145