Browse Source

README: Explicitly document how to bootstrap without OpenSSL

Closes: #22279
R 5 days ago
parent
commit
e124aeae8b
1 changed files with 6 additions and 0 deletions
  1. 6 0
      README.rst

+ 6 - 0
README.rst

@@ -89,6 +89,12 @@ a separate build tree::
   $ mkdir build && cd build
   $ ../bootstrap && make
 
+By default the ``bootstrap`` script configures CMake to build with vendored
+dependencies.  However, CMake does not vendor OpenSSL.  To bootstrap in a
+minimal environment, disable use of OpenSSL::
+
+  $ ./bootstrap -- -DCMAKE_USE_OPENSSL=OFF
+
 Windows
 ^^^^^^^