You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/network/doc/html/getting_started.html
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -159,8 +159,12 @@ <h2>Building with CMake<a class="headerlink" href="#building-with-cmake" title="
159
159
</div>
160
160
<p>If you intend to use the SSL support when using the HTTP client libraries in
161
161
<ttclass="xref py py-mod docutils literal"><spanclass="pre">cpp-netlib</span></tt>, you may need to build it with <aclass="reference external" href="http://www.openssl.org/">OpenSSL</a> installed or at least
162
-
available to CMake. One example for building the library with <aclass="reference external" href="http://www.openssl.org/">OpenSSL</a> support
163
-
is by doing the following:</p>
162
+
available to CMake. If you have the development headers for <aclass="reference external" href="http://www.openssl.org/">OpenSSL</a> installed
163
+
on your system when you build <ttclass="xref py py-mod docutils literal"><spanclass="pre">cpp-netlib</span></tt>, CMake will be able to detect it
164
+
and set the <ttclass="docutils literal"><spanclass="pre">BOOST_NETWORK_ENABLE_HTTPS</span></tt> macro when building the library to
165
+
support HTTPS URIs.</p>
166
+
<p>One example for building the library with <aclass="reference external" href="http://www.openssl.org/">OpenSSL</a> support with a custom
167
+
(non-installed) version of <aclass="reference external" href="http://www.openssl.org/">OpenSSL</a> is by doing the following:</p>
0 commit comments