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
+28-3Lines changed: 28 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -145,18 +145,26 @@ <h2>Building with CMake<a class="headerlink" href="#building-with-cmake" title="
145
145
build system to use our compiler of choice. This is done by running the
146
146
<ttclass="docutils literal"><spanclass="pre">cmake</span></tt> command at the top-level directory of <ttclass="xref py py-mod docutils literal"><spanclass="pre">cpp-netlib</span></tt> with
147
147
additional parameters:</p>
148
-
<divclass="highlight-python"><pre>$ cd ~/cpp-netlib
@@ -184,6 +192,23 @@ <h3>Building On Windows<a class="headerlink" href="#building-on-windows" title="
184
192
look for the solution and project files as the artifacts of the call to
185
193
<ttclass="docutils literal"><spanclass="pre">cmake</span></tt> – the file should be named <ttclass="docutils literal"><spanclass="pre">CPP-NETLIB.sln</span></tt> (the solution) along
186
194
with a number of project files for Visual Studio.</p>
195
+
<divclass="admonition note">
196
+
<pclass="first admonition-title">Note</p>
197
+
<p>As of version 0.9.3, <ttclass="xref py py-mod docutils literal"><spanclass="pre">cpp-netlib</span></tt> produces three static
0 commit comments