README: Explicitly document how to bootstrap without OpenSSL

Closes: #22279
This commit is contained in:
R
2026-04-10 22:24:45 +01:00
committed by Brad King
parent 95a07e2fc6
commit e124aeae8b

View File

@@ -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
^^^^^^^